#8F78BE

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

Shades of True V #8F78BE

Tints of True V #8F78BE

Color information

#8F78BE (or 0x8F78BE) is unknown color: approx True V. HEX triplet: 8F, 78 and BE. RGB value is (143,120,190). Sum of RGB (Red+Green+Blue) = 143+120+190=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78BE is #708741. Grayscale: #868686. Windows color (decimal): -7374658 or 12482703. OLE color: 12482703.

HSL color Cylindrical-coordinate representation of color #8F78BE: hue angle of 259.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F78BE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143120190-
CMYK0.250.3700.25
HSL259.71º35%60.78%-
HSV(B)259.71º36.84%74.51%-
XYZ27.3422.9951.71-
YUV134.86159.12133.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=31.57%
G=26.49%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431201900.250.3700.25259.713560.78
Hex8F78BE1925019104233d
Octal21717027631450314044375
Binary1000111111110001011111011001100101011001100000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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