Html Css Color HEX #886EBC True V

📋 copy color: '#886EBC'

red 136 ◦ green 110 ◦ blue 188

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

Shades of True V #886EBC

Tints of True V #886EBC

RGB

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

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

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

R = 31.34%
G = 25.35%
B = 43.32%

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

#886EBC (or 0x886EBC) is known color: True V. HEX triplet: 88, 6E and BC. RGB value is (136,110,188). Sum of RGB (Red+Green+Blue) = 136+110+188=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #886EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EBC is #779143. Grayscale: #7E7E7E. Windows color (decimal): -7835972 or 12349064. OLE color: 12349064.

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

Color convert

RGB 136 110 188 -
CMYK 0.28 0.41 0 0.26
HSL 260º 0.37% 0.58% -
HSV(B) 260º 0.41% 0.74% -
XYZ 24.81 20.02 50.13 -
YUV 126.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 136 110 188 0.28 0.41 0 0.26 260 0.37 0.58
Hex 88 6E BC 1C 29 0 1A 104 25 3A
Octal 210 156 274 34 51 0 32 404 45 72
Binary 10001000 1101110 10111100 11100 101001 0 11010 100000100 100101 111010

Color Harmonies of #886EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EBC

Black with #886EBC

Text Example


Text Example

White with #886EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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