Html Css Color HEX #886CBD True V

📋 copy color: '#886CBD'

red 136 ◦ green 108 ◦ blue 189

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

Shades of True V #886CBD

Tints of True V #886CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.94%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 31.41%
G = 24.94%
B = 43.65%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#886CBD (or 0x886CBD) is known color: True V. HEX triplet: 88, 6C and BD. RGB value is (136,108,189). Sum of RGB (Red+Green+Blue) = 136+108+189=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #886CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CBD is #779342. Grayscale: #7D7D7D. Windows color (decimal): -7836483 or 12414088. OLE color: 12414088.

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

Color convert

RGB 136 108 189 -
CMYK 0.28 0.43 0 0.26
HSL 260.74º 0.38% 0.58% -
HSV(B) 260.74º 0.43% 0.74% -
XYZ 24.7 19.63 50.63 -
YUV 125.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 136 108 189 0.28 0.43 0 0.26 260.74 0.38 0.58
Hex 88 6C BD 1C 2B 0 1A 105 26 3A
Octal 210 154 275 34 53 0 32 405 46 72
Binary 10001000 1101100 10111101 11100 101011 0 11010 100000101 100110 111010

Color Harmonies of #886CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CBD

Black with #886CBD

Text Example


Text Example

White with #886CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,189); }

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

background-color css

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

 a { background-color: rgb(136,108,189); }

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

border-color css

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

 span { border-color: rgb(136,108,189); }

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