Html Css Color HEX #886ABB True V

📋 copy color: '#886ABB'

red 136 ◦ green 106 ◦ blue 187

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

Shades of True V #886ABB

Tints of True V #886ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 31.7%
G = 24.71%
B = 43.59%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886ABB (or 0x886ABB) is known color: True V. HEX triplet: 88, 6A and BB. RGB value is (136,106,187). Sum of RGB (Red+Green+Blue) = 136+106+187=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #886ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ABB is #779544. Grayscale: #7B7B7B. Windows color (decimal): -7836997 or 12282504. OLE color: 12282504.

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

Color convert

RGB 136 106 187 -
CMYK 0.27 0.43 0 0.27
HSL 262.22º 0.37% 0.57% -
HSV(B) 262.22º 0.43% 0.73% -
XYZ 24.28 19.13 49.43 -
YUV 124.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 136 106 187 0.27 0.43 0 0.27 262.22 0.37 0.57
Hex 88 6A BB 1B 2B 0 1B 106 25 39
Octal 210 152 273 33 53 0 33 406 45 71
Binary 10001000 1101010 10111011 11011 101011 0 11011 100000110 100101 111001

Color Harmonies of #886ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ABB

Black with #886ABB

Text Example


Text Example

White with #886ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,106,187); }

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

background-color css

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

 a { background-color: rgb(136,106,187); }

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

border-color css

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

 span { border-color: rgb(136,106,187); }

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