Html Css Color HEX #886CBE True V

📋 copy color: '#886CBE'

red 136 ◦ green 108 ◦ blue 190

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

Shades of True V #886CBE

Tints of True V #886CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 31.34%
G = 24.88%
B = 43.78%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#886CBE (or 0x886CBE) is known color: True V. HEX triplet: 88, 6C and BE. RGB value is (136,108,190). Sum of RGB (Red+Green+Blue) = 136+108+190=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #886CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CBE is #779341. Grayscale: #7D7D7D. Windows color (decimal): -7836482 or 12479624. OLE color: 12479624.

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

Color convert

RGB 136 108 190 -
CMYK 0.28 0.43 0 0.25
HSL 260.49º 0.39% 0.58% -
HSV(B) 260.49º 0.43% 0.75% -
XYZ 24.81 19.68 51.21 -
YUV 125.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 136 108 190 0.28 0.43 0 0.25 260.49 0.39 0.58
Hex 88 6C BE 1C 2B 0 19 104 27 3A
Octal 210 154 276 34 53 0 31 404 47 72
Binary 10001000 1101100 10111110 11100 101011 0 11001 100000100 100111 111010

Color Harmonies of #886CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CBE

Black with #886CBE

Text Example


Text Example

White with #886CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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