#8E6BCE

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

Shades of True V #8E6BCE

Tints of True V #8E6BCE

Color information

#8E6BCE (or 0x8E6BCE) is unknown color: approx True V. HEX triplet: 8E, 6B and CE. RGB value is (142,107,206). Sum of RGB (Red+Green+Blue) = 142+107+206=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BCE is #719431. Grayscale: #808080. Windows color (decimal): -7443506 or 13527950. OLE color: 13527950.

HSL color Cylindrical-coordinate representation of color #8E6BCE: hue angle of 261.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6BCE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142107206-
CMYK0.310.4800.19
HSL261.21º50.25%61.37%-
HSV(B)261.21º48.06%80.78%-
XYZ27.5520.7260.94-
YUV128.75171.6137.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=31.21%
G=23.52%
B=45.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421072060.310.4800.19261.2150.2561.37
Hex8E6BCE1F30013105323d
Octal21615331637600234056275
Binary1000111011010111100111011111110000010011100000101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,107,206); }

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

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

 a { background-color: rgb(142,107,206); }

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

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

 span { border-color: rgb(142,107,206); }

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