#765CCC

Color #765CCC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #765CCC

Tints of Slate Blue #765CCC

Color information

#765CCC (or 0x765CCC) is unknown color: approx Slate Blue. HEX triplet: 76, 5C and CC. RGB value is (118,92,204). Sum of RGB (Red+Green+Blue) = 118+92+204=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #765CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CCC is #89A333. Grayscale: #707070. Windows color (decimal): -9020212 or 13393014. OLE color: 13393014.

HSL color Cylindrical-coordinate representation of color #765CCC: hue angle of 253.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765CCC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11892204-
CMYK0.420.5500.2
HSL253.93º52.34%58.04%-
HSV(B)253.93º54.9%80%-
XYZ22.215.8759.02-
YUV112.54179.61131.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=28.50%
G=22.22%
B=49.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal118922040.420.5500.2253.9352.3458.04
Hex765CCC2A37014fe343a
Octal16613431452670243766472
Binary111011010111001100110010101011011101010011111110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765CCC; }

 p { color: rgb(118,92,204); }

 H1.HeaderClassName
 {
   color: #765CCC;
 }
 .AnyTagClassName
 {
   color: #765CCC;
 }
</style>
background-color css

<style>
 a { background-color: #765CCC; }

 a { background-color: rgb(118,92,204); }

 div.DivClassName
 {
   background-color: #765CCC;
 }
 .BgClassName
 {
   background-color: #765CCC;
 }
</style>
border-color css

<style>
 span { border-color: #765CCC; }

 span { border-color: rgb(118,92,204); }

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