Html Css Color HEX #886FBC True V

📋 copy color: '#886FBC'

red 136 ◦ green 111 ◦ blue 188

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

Shades of True V #886FBC

Tints of True V #886FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 31.26%
G = 25.52%
B = 43.22%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#886FBC (or 0x886FBC) is known color: True V. HEX triplet: 88, 6F and BC. RGB value is (136,111,188). Sum of RGB (Red+Green+Blue) = 136+111+188=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #886FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBC is #779043. Grayscale: #7E7E7E. Windows color (decimal): -7835716 or 12349320. OLE color: 12349320.

HSL color Cylindrical-coordinate representation of color #886FBC: hue angle of 259.48º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886FBC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 111 188 -
CMYK 0.28 0.41 0 0.26
HSL 259.48º 0.36% 0.59% -
HSV(B) 259.48º 0.41% 0.74% -
XYZ 24.91 20.23 50.17 -
YUV 127.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 136 111 188 0.28 0.41 0 0.26 259.48 0.36 0.59
Hex 88 6F BC 1C 29 0 1A 103 24 3B
Octal 210 157 274 34 51 0 32 403 44 73
Binary 10001000 1101111 10111100 11100 101001 0 11010 100000011 100100 111011

Color Harmonies of #886FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FBC

Black with #886FBC

Text Example


Text Example

White with #886FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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