Html Css Color HEX #886FCE True V

📋 copy color: '#886FCE'

red 136 ◦ green 111 ◦ blue 206

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

Shades of True V #886FCE

Tints of True V #886FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 30.02%
G = 24.5%
B = 45.47%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886FCE (or 0x886FCE) is known color: True V. HEX triplet: 88, 6F and CE. RGB value is (136,111,206). Sum of RGB (Red+Green+Blue) = 136+111+206=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #886FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCE is #779031. Grayscale: #808080. Windows color (decimal): -7835698 or 13528968. OLE color: 13528968.

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

Color convert

RGB 136 111 206 -
CMYK 0.34 0.46 0 0.19
HSL 255.79º 0.49% 0.62% -
HSV(B) 255.79º 0.46% 0.81% -
XYZ 26.98 21.06 61.04 -
YUV 129.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 136 111 206 0.34 0.46 0 0.19 255.79 0.49 0.62
Hex 88 6F CE 22 2E 0 13 100 31 3E
Octal 210 157 316 42 56 0 23 400 61 76
Binary 10001000 1101111 11001110 100010 101110 0 10011 100000000 110001 111110

Color Harmonies of #886FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FCE

Black with #886FCE

Text Example


Text Example

White with #886FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,206); }

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

background-color css

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

 a { background-color: rgb(136,111,206); }

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

border-color css

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

 span { border-color: rgb(136,111,206); }

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