Html Css Color HEX #8765CC True V

📋 copy color: '#8765CC'

red 135 ◦ green 101 ◦ blue 204

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

Shades of True V #8765CC

Tints of True V #8765CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

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

R = 30.68%
G = 22.95%
B = 46.36%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8765CC (or 0x8765CC) is known color: True V. HEX triplet: 87, 65 and CC. RGB value is (135,101,204). Sum of RGB (Red+Green+Blue) = 135+101+204=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 101 (39.84% from 255 or 22.95% 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 #8765CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765CC is #789A33. Grayscale: #7A7A7A. Windows color (decimal): -7903796 or 13395335. OLE color: 13395335.

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

Color convert

RGB 135 101 204 -
CMYK 0.34 0.50 0 0.2
HSL 259.81º 0.5% 0.6% -
HSV(B) 259.81º 0.5% 0.8% -
XYZ 25.54 18.82 59.41 -
YUV 122.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 135 101 204 0.34 0.50 0 0.2 259.81 0.5 0.6
Hex 87 65 CC 22 32 0 14 104 32 3C
Octal 207 145 314 42 62 0 24 404 62 74
Binary 10000111 1100101 11001100 100010 110010 0 10100 100000100 110010 111100

Color Harmonies of #8765CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8765CC

Black with #8765CC

Text Example


Text Example

White with #8765CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,101,204); }

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

background-color css

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

 a { background-color: rgb(135,101,204); }

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

border-color css

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

 span { border-color: rgb(135,101,204); }

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