Html Css Color HEX #886DCC True V

📋 copy color: '#886DCC'

red 136 ◦ green 109 ◦ blue 204

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

Shades of True V #886DCC

Tints of True V #886DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.28%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 30.29%
G = 24.28%
B = 45.43%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#886DCC (or 0x886DCC) is known color: True V. HEX triplet: 88, 6D and CC. RGB value is (136,109,204). Sum of RGB (Red+Green+Blue) = 136+109+204=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #886DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DCC is #779233. Grayscale: #7F7F7F. Windows color (decimal): -7836212 or 13397384. OLE color: 13397384.

HSL color Cylindrical-coordinate representation of color #886DCC: hue angle of 257.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886DCC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 109 204 -
CMYK 0.33 0.47 0 0.2
HSL 257.05º 0.48% 0.61% -
HSV(B) 257.05º 0.47% 0.8% -
XYZ 26.52 20.53 59.69 -
YUV 127.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 136 109 204 0.33 0.47 0 0.2 257.05 0.48 0.61
Hex 88 6D CC 21 2F 0 14 101 30 3D
Octal 210 155 314 41 57 0 24 401 60 75
Binary 10001000 1101101 11001100 100001 101111 0 10100 100000001 110000 111101

Color Harmonies of #886DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DCC

Black with #886DCC

Text Example


Text Example

White with #886DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,204); }

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

background-color css

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

 a { background-color: rgb(136,109,204); }

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

border-color css

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

 span { border-color: rgb(136,109,204); }

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