Html Css Color HEX #886EBA True V

📋 copy color: '#886EBA'

red 136 ◦ green 110 ◦ blue 186

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

Shades of True V #886EBA

Tints of True V #886EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 31.48%
G = 25.46%
B = 43.06%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886EBA (or 0x886EBA) is known color: True V. HEX triplet: 88, 6E and BA. RGB value is (136,110,186). Sum of RGB (Red+Green+Blue) = 136+110+186=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #886EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EBA is #779145. Grayscale: #7E7E7E. Windows color (decimal): -7835974 or 12217992. OLE color: 12217992.

HSL color Cylindrical-coordinate representation of color #886EBA: hue angle of 260.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886EBA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 110 186 -
CMYK 0.27 0.41 0 0.27
HSL 260.53º 0.36% 0.58% -
HSV(B) 260.53º 0.41% 0.73% -
XYZ 24.59 19.93 49.01 -
YUV 126.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 136 110 186 0.27 0.41 0 0.27 260.53 0.36 0.58
Hex 88 6E BA 1B 29 0 1B 105 24 3A
Octal 210 156 272 33 51 0 33 405 44 72
Binary 10001000 1101110 10111010 11011 101001 0 11011 100000101 100100 111010

Color Harmonies of #886EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EBA

Black with #886EBA

Text Example


Text Example

White with #886EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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