#8F78CA

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

Shades of True V #8F78CA

Tints of True V #8F78CA

Color information

#8F78CA (or 0x8F78CA) is unknown color: approx True V. HEX triplet: 8F, 78 and CA. RGB value is (143,120,202). Sum of RGB (Red+Green+Blue) = 143+120+202=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78CA is #708735. Grayscale: #878787. Windows color (decimal): -7374646 or 13269135. OLE color: 13269135.

HSL color Cylindrical-coordinate representation of color #8F78CA: hue angle of 256.83º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F78CA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143120202-
CMYK0.290.4100.21
HSL256.83º43.62%63.14%-
HSV(B)256.83º40.59%79.22%-
XYZ28.723.5458.91-
YUV136.22165.12132.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=30.75%
G=25.81%
B=43.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431202020.290.4100.21256.8343.6263.14
Hex8F78CA1D290151012c3f
Octal21717031235510254015477
Binary1000111111110001100101011101101001010101100000001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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