Html Css Color HEX #886FCB True V

📋 copy color: '#886FCB'

red 136 ◦ green 111 ◦ blue 203

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

Shades of True V #886FCB

Tints of True V #886FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 30.22%
G = 24.67%
B = 45.11%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#886FCB (or 0x886FCB) is known color: True V. HEX triplet: 88, 6F and CB. RGB value is (136,111,203). Sum of RGB (Red+Green+Blue) = 136+111+203=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #886FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCB is #779034. Grayscale: #808080. Windows color (decimal): -7835701 or 13332360. OLE color: 13332360.

HSL color Cylindrical-coordinate representation of color #886FCB: hue angle of 256.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #886FCB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 111 203 -
CMYK 0.33 0.45 0 0.20
HSL 256.3º 0.47% 0.62% -
HSV(B) 256.3º 0.45% 0.8% -
XYZ 26.62 20.91 59.13 -
YUV 128.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 136 111 203 0.33 0.45 0 0.20 256.3 0.47 0.62
Hex 88 6F CB 21 2D 0 14 100 2F 3E
Octal 210 157 313 41 55 0 24 400 57 76
Binary 10001000 1101111 11001011 100001 101101 0 10100 100000000 101111 111110

Color Harmonies of #886FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FCB

Black with #886FCB

Text Example


Text Example

White with #886FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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