Html Css Color HEX #8764CD True V

📋 copy color: '#8764CD'

red 135 ◦ green 100 ◦ blue 205

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

Shades of True V #8764CD

Tints of True V #8764CD

RGB

 RED value IS 135 (53.13% from 255) = 30.68%

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 30.68%
G = 22.73%
B = 46.59%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8764CD (or 0x8764CD) is known color: True V. HEX triplet: 87, 64 and CD. RGB value is (135,100,205). Sum of RGB (Red+Green+Blue) = 135+100+205=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8764CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764CD is #789B32. Grayscale: #7A7A7A. Windows color (decimal): -7904051 or 13460615. OLE color: 13460615.

HSL color Cylindrical-coordinate representation of color #8764CD: hue angle of 260º degrees, saturation: 0.51, 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 #8764CD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 100 205 -
CMYK 0.34 0.51 0 0.20
HSL 260º 0.51% 0.6% -
HSV(B) 260º 0.51% 0.8% -
XYZ 25.57 18.67 60.01 -
YUV 122.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 135 100 205 0.34 0.51 0 0.20 260 0.51 0.6
Hex 87 64 CD 22 33 0 14 104 33 3C
Octal 207 144 315 42 63 0 24 404 63 74
Binary 10000111 1100100 11001101 100010 110011 0 10100 100000100 110011 111100

Color Harmonies of #8764CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764CD

Black with #8764CD

Text Example


Text Example

White with #8764CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8764CD; }

 p { color: rgb(135,100,205); }

 H1.HeaderClassName
 {
   color: #8764CD;
 }
 .AnyTagClassName
 {
   color: #8764CD;
 }
</style>

background-color css

<style>
 a { background-color: #8764CD; }

 a { background-color: rgb(135,100,205); }

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

border-color css

<style>
 span { border-color: #8764CD; }

 span { border-color: rgb(135,100,205); }

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