Html Css Color HEX #886BBC True V

📋 copy color: '#886BBC'

red 136 ◦ green 107 ◦ blue 188

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

Shades of True V #886BBC

Tints of True V #886BBC

RGB

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

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

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

R = 31.55%
G = 24.83%
B = 43.62%

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

#886BBC (or 0x886BBC) is known color: True V. HEX triplet: 88, 6B and BC. RGB value is (136,107,188). Sum of RGB (Red+Green+Blue) = 136+107+188=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #886BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BBC is #779443. Grayscale: #7C7C7C. Windows color (decimal): -7836740 or 12348296. OLE color: 12348296.

HSL color Cylindrical-coordinate representation of color #886BBC: hue angle of 261.48º 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 #886BBC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 107 188 -
CMYK 0.28 0.43 0 0.26
HSL 261.48º 0.38% 0.58% -
HSV(B) 261.48º 0.43% 0.74% -
XYZ 24.49 19.38 50.03 -
YUV 124.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 136 107 188 0.28 0.43 0 0.26 261.48 0.38 0.58
Hex 88 6B BC 1C 2B 0 1A 105 26 3A
Octal 210 153 274 34 53 0 32 405 46 72
Binary 10001000 1101011 10111100 11100 101011 0 11010 100000101 100110 111010

Color Harmonies of #886BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BBC

Black with #886BBC

Text Example


Text Example

White with #886BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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