Html Css Color HEX #8764CF True V

📋 copy color: '#8764CF'

red 135 ◦ green 100 ◦ blue 207

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

Shades of True V #8764CF

Tints of True V #8764CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 30.54%
G = 22.62%
B = 46.83%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8764CF (or 0x8764CF) is known color: True V. HEX triplet: 87, 64 and CF. RGB value is (135,100,207). Sum of RGB (Red+Green+Blue) = 135+100+207=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8764CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764CF is #789B30. Grayscale: #7A7A7A. Windows color (decimal): -7904049 or 13591687. OLE color: 13591687.

HSL color Cylindrical-coordinate representation of color #8764CF: hue angle of 259.63º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8764CF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 100 207 -
CMYK 0.35 0.52 0 0.19
HSL 259.63º 0.53% 0.6% -
HSV(B) 259.63º 0.52% 0.81% -
XYZ 25.81 18.77 61.29 -
YUV 122.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 135 100 207 0.35 0.52 0 0.19 259.63 0.53 0.6
Hex 87 64 CF 23 34 0 13 104 35 3C
Octal 207 144 317 43 64 0 23 404 65 74
Binary 10000111 1100100 11001111 100011 110100 0 10011 100000100 110101 111100

Color Harmonies of #8764CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764CF

Black with #8764CF

Text Example


Text Example

White with #8764CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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