Html Css Color HEX #8760CB True V

📋 copy color: '#8760CB'

red 135 ◦ green 96 ◦ blue 203

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

Shades of True V #8760CB

Tints of True V #8760CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 31.11%
G = 22.12%
B = 46.77%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8760CB (or 0x8760CB) is known color: True V. HEX triplet: 87, 60 and CB. RGB value is (135,96,203). Sum of RGB (Red+Green+Blue) = 135+96+203=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8760CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760CB is #789F34. Grayscale: #777777. Windows color (decimal): -7905077 or 13328519. OLE color: 13328519.

HSL color Cylindrical-coordinate representation of color #8760CB: hue angle of 261.87º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8760CB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 96 203 -
CMYK 0.33 0.53 0 0.20
HSL 261.87º 0.51% 0.59% -
HSV(B) 261.87º 0.53% 0.8% -
XYZ 24.95 17.83 58.63 -
YUV 119.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 135 96 203 0.33 0.53 0 0.20 261.87 0.51 0.59
Hex 87 60 CB 21 35 0 14 106 33 3B
Octal 207 140 313 41 65 0 24 406 63 73
Binary 10000111 1100000 11001011 100001 110101 0 10100 100000110 110011 111011

Color Harmonies of #8760CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760CB

Black with #8760CB

Text Example


Text Example

White with #8760CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8760CB; }

 p { color: rgb(135,96,203); }

 H1.HeaderClassName
 {
   color: #8760CB;
 }
 .AnyTagClassName
 {
   color: #8760CB;
 }
</style>

background-color css

<style>
 a { background-color: #8760CB; }

 a { background-color: rgb(135,96,203); }

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

border-color css

<style>
 span { border-color: #8760CB; }

 span { border-color: rgb(135,96,203); }

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