#8F78C2

Color #8F78C2 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F78C2

Tints of True V #8F78C2

Color information

#8F78C2 (or 0x8F78C2) is unknown color: approx True V. HEX triplet: 8F, 78 and C2. RGB value is (143,120,194). Sum of RGB (Red+Green+Blue) = 143+120+194=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F78C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78C2 is #70873D. Grayscale: #878787. Windows color (decimal): -7374654 or 12744847. OLE color: 12744847.

HSL color Cylindrical-coordinate representation of color #8F78C2: hue angle of 258.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F78C2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143120194-
CMYK0.260.3800.24
HSL258.65º37.76%61.57%-
HSV(B)258.65º38.14%76.08%-
XYZ27.7823.1754.05-
YUV135.31161.12133.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=31.29%
G=26.26%
B=42.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431201940.260.3800.24258.6537.7661.57
Hex8F78C21A26018103263e
Octal21717030232460304034676
Binary1000111111110001100001011010100110011000100000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F78C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,194); }

 H1.HeaderClassName
 {
   color: #8F78C2;
 }
 .AnyTagClassName
 {
   color: #8F78C2;
 }
</style>
background-color css

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

 a { background-color: rgb(143,120,194); }

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

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

 span { border-color: rgb(143,120,194); }

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