Html Css Color HEX #8C78BB True V

📋 copy color: '#8C78BB'

red 140 ◦ green 120 ◦ blue 187

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

Shades of True V #8C78BB

Tints of True V #8C78BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 31.32%
G = 26.85%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C78BB (or 0x8C78BB) is known color: True V. HEX triplet: 8C, 78 and BB. RGB value is (140,120,187). Sum of RGB (Red+Green+Blue) = 140+120+187=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C78BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78BB is #738744. Grayscale: #858585. Windows color (decimal): -7571269 or 12286092. OLE color: 12286092.

HSL color Cylindrical-coordinate representation of color #8C78BB: hue angle of 257.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C78BB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 120 187 -
CMYK 0.25 0.36 0 0.27
HSL 257.91º 0.33% 0.6% -
HSV(B) 257.91º 0.36% 0.73% -
XYZ 26.5 22.6 49.98 -
YUV 133.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 140 120 187 0.25 0.36 0 0.27 257.91 0.33 0.6
Hex 8C 78 BB 19 24 0 1B 102 21 3C
Octal 214 170 273 31 44 0 33 402 41 74
Binary 10001100 1111000 10111011 11001 100100 0 11011 100000010 100001 111100

Color Harmonies of #8C78BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78BB

Black with #8C78BB

Text Example


Text Example

White with #8C78BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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