Html Css Color HEX #8864CC True V

📋 copy color: '#8864CC'

red 136 ◦ green 100 ◦ blue 204

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

Shades of True V #8864CC

Tints of True V #8864CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

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

R = 30.91%
G = 22.73%
B = 46.36%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8864CC (or 0x8864CC) is known color: True V. HEX triplet: 88, 64 and CC. RGB value is (136,100,204). Sum of RGB (Red+Green+Blue) = 136+100+204=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8864CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864CC is #779B33. Grayscale: #7A7A7A. Windows color (decimal): -7838516 or 13395080. OLE color: 13395080.

HSL color Cylindrical-coordinate representation of color #8864CC: hue angle of 260.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8864CC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 100 204 -
CMYK 0.33 0.51 0 0.2
HSL 260.77º 0.5% 0.6% -
HSV(B) 260.77º 0.51% 0.8% -
XYZ 25.61 18.71 59.39 -
YUV 122.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 136 100 204 0.33 0.51 0 0.2 260.77 0.5 0.6
Hex 88 64 CC 21 33 0 14 105 32 3C
Octal 210 144 314 41 63 0 24 405 62 74
Binary 10001000 1100100 11001100 100001 110011 0 10100 100000101 110010 111100

Color Harmonies of #8864CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864CC

Black with #8864CC

Text Example


Text Example

White with #8864CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8864CC; }

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

 H1.HeaderClassName
 {
   color: #8864CC;
 }
 .AnyTagClassName
 {
   color: #8864CC;
 }
</style>

background-color css

<style>
 a { background-color: #8864CC; }

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

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

border-color css

<style>
 span { border-color: #8864CC; }

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

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