Html Css Color HEX #886ACE True V

📋 copy color: '#886ACE'

red 136 ◦ green 106 ◦ blue 206

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

Shades of True V #886ACE

Tints of True V #886ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 30.36%
G = 23.66%
B = 45.98%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886ACE (or 0x886ACE) is known color: True V. HEX triplet: 88, 6A and CE. RGB value is (136,106,206). Sum of RGB (Red+Green+Blue) = 136+106+206=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #886ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACE is #779531. Grayscale: #7E7E7E. Windows color (decimal): -7836978 or 13527688. OLE color: 13527688.

HSL color Cylindrical-coordinate representation of color #886ACE: hue angle of 258º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886ACE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 106 206 -
CMYK 0.34 0.49 0 0.19
HSL 258º 0.51% 0.61% -
HSV(B) 258º 0.49% 0.81% -
XYZ 26.45 20 60.86 -
YUV 126.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 136 106 206 0.34 0.49 0 0.19 258 0.51 0.61
Hex 88 6A CE 22 31 0 13 102 33 3D
Octal 210 152 316 42 61 0 23 402 63 75
Binary 10001000 1101010 11001110 100010 110001 0 10011 100000010 110011 111101

Color Harmonies of #886ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ACE

Black with #886ACE

Text Example


Text Example

White with #886ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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