Html Css Color HEX #8C78D0 True V

📋 copy color: '#8C78D0'

red 140 ◦ green 120 ◦ blue 208

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

Shades of True V #8C78D0

Tints of True V #8C78D0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 29.91%
G = 25.64%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C78D0 (or 0x8C78D0) is known color: True V. HEX triplet: 8C, 78 and D0. RGB value is (140,120,208). Sum of RGB (Red+Green+Blue) = 140+120+208=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C78D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78D0 is #73872F. Grayscale: #878787. Windows color (decimal): -7571248 or 13662348. OLE color: 13662348.

HSL color Cylindrical-coordinate representation of color #8C78D0: hue angle of 253.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C78D0 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 120 208 -
CMYK 0.33 0.42 0 0.18
HSL 253.64º 0.48% 0.64% -
HSV(B) 253.64º 0.42% 0.82% -
XYZ 28.92 23.56 62.7 -
YUV 136.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 140 120 208 0.33 0.42 0 0.18 253.64 0.48 0.64
Hex 8C 78 D0 21 2A 0 12 FE 30 40
Octal 214 170 320 41 52 0 22 376 60 100
Binary 10001100 1111000 11010000 100001 101010 0 10010 11111110 110000 1000000

Color Harmonies of #8C78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78D0

Black with #8C78D0

Text Example


Text Example

White with #8C78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,208); }

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

background-color css

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

 a { background-color: rgb(140,120,208); }

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

border-color css

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

 span { border-color: rgb(140,120,208); }

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