Html Css Color HEX #886BBA True V

📋 copy color: '#886BBA'

red 136 ◦ green 107 ◦ blue 186

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

Shades of True V #886BBA

Tints of True V #886BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

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

R = 31.7%
G = 24.94%
B = 43.36%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886BBA (or 0x886BBA) is known color: True V. HEX triplet: 88, 6B and BA. RGB value is (136,107,186). Sum of RGB (Red+Green+Blue) = 136+107+186=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #886BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BBA is #779445. Grayscale: #7C7C7C. Windows color (decimal): -7836742 or 12217224. OLE color: 12217224.

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

Color convert

RGB 136 107 186 -
CMYK 0.27 0.42 0 0.27
HSL 262.03º 0.36% 0.57% -
HSV(B) 262.03º 0.42% 0.73% -
XYZ 24.27 19.29 48.9 -
YUV 124.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 136 107 186 0.27 0.42 0 0.27 262.03 0.36 0.57
Hex 88 6B BA 1B 2A 0 1B 106 24 39
Octal 210 153 272 33 52 0 33 406 44 71
Binary 10001000 1101011 10111010 11011 101010 0 11011 100000110 100100 111001

Color Harmonies of #886BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BBA

Black with #886BBA

Text Example


Text Example

White with #886BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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