Html Css Color HEX #8C7DB8 True V

📋 copy color: '#8C7DB8'

red 140 ◦ green 125 ◦ blue 184

#8C7DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8C7DB8

Tints of True V #8C7DB8

RGB

 RED value IS 140 (55.08% from 255) = 31.18%

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 31.18%
G = 27.84%
B = 40.98%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C7DB8 (or 0x8C7DB8) is known color: True V. HEX triplet: 8C, 7D and B8. RGB value is (140,125,184). Sum of RGB (Red+Green+Blue) = 140+125+184=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #8C7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DB8 is #738247. Grayscale: #878787. Windows color (decimal): -7569992 or 12090764. OLE color: 12090764.

HSL color Cylindrical-coordinate representation of color #8C7DB8: hue angle of 255.25º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C7DB8 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 125 184 -
CMYK 0.24 0.32 0 0.28
HSL 255.25º 0.29% 0.61% -
HSV(B) 255.25º 0.32% 0.72% -
XYZ 26.8 23.7 48.51 -
YUV 136.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 140 125 184 0.24 0.32 0 0.28 255.25 0.29 0.61
Hex 8C 7D B8 18 20 0 1C FF 1D 3D
Octal 214 175 270 30 40 0 34 377 35 75
Binary 10001100 1111101 10111000 11000 100000 0 11100 11111111 11101 111101

Color Harmonies of #8C7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DB8

Black with #8C7DB8

Text Example


Text Example

White with #8C7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7DB8; }

 p { color: rgb(140,125,184); }

 H1.HeaderClassName
 {
   color: #8C7DB8;
 }
 .AnyTagClassName
 {
   color: #8C7DB8;
 }
</style>

background-color css

<style>
 a { background-color: #8C7DB8; }

 a { background-color: rgb(140,125,184); }

 div.DivClassName
 {
   background-color: #8C7DB8;
 }
 .BgClassName
 {
   background-color: #8C7DB8;
 }
</style>

border-color css

<style>
 span { border-color: #8C7DB8; }

 span { border-color: rgb(140,125,184); }

 td.TdClassName
 {
   border-color: #8C7DB8;
 }
 .TagClassName
 {
   border-color: #8C7DB8;
 }
</style>