Html Css Color HEX #886ECF True V

📋 copy color: '#886ECF'

red 136 ◦ green 110 ◦ blue 207

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

Shades of True V #886ECF

Tints of True V #886ECF

RGB

 RED value IS 136 (53.52% from 255) = 30.02%

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 30.02%
G = 24.28%
B = 45.7%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886ECF (or 0x886ECF) is known color: True V. HEX triplet: 88, 6E and CF. RGB value is (136,110,207). Sum of RGB (Red+Green+Blue) = 136+110+207=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #886ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECF is #779130. Grayscale: #808080. Windows color (decimal): -7835953 or 13594248. OLE color: 13594248.

HSL color Cylindrical-coordinate representation of color #886ECF: hue angle of 256.08º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886ECF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 110 207 -
CMYK 0.34 0.47 0 0.19
HSL 256.08º 0.5% 0.62% -
HSV(B) 256.08º 0.47% 0.81% -
XYZ 26.99 20.89 61.64 -
YUV 128.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 136 110 207 0.34 0.47 0 0.19 256.08 0.5 0.62
Hex 88 6E CF 22 2F 0 13 100 32 3E
Octal 210 156 317 42 57 0 23 400 62 76
Binary 10001000 1101110 11001111 100010 101111 0 10011 100000000 110010 111110

Color Harmonies of #886ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ECF

Black with #886ECF

Text Example


Text Example

White with #886ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886ECF; }

 p { color: rgb(136,110,207); }

 H1.HeaderClassName
 {
   color: #886ECF;
 }
 .AnyTagClassName
 {
   color: #886ECF;
 }
</style>

background-color css

<style>
 a { background-color: #886ECF; }

 a { background-color: rgb(136,110,207); }

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

border-color css

<style>
 span { border-color: #886ECF; }

 span { border-color: rgb(136,110,207); }

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