#765FC9

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

Shades of Slate Blue #765FC9

Tints of Slate Blue #765FC9

Color information

#765FC9 (or 0x765FC9) is unknown color: approx Slate Blue. HEX triplet: 76, 5F and C9. RGB value is (118,95,201). Sum of RGB (Red+Green+Blue) = 118+95+201=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #765FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FC9 is #89A036. Grayscale: #717171. Windows color (decimal): -9019447 or 13197174. OLE color: 13197174.

HSL color Cylindrical-coordinate representation of color #765FC9: hue angle of 253.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765FC9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11895201-
CMYK0.410.5300.21
HSL253.02º49.53%58.04%-
HSV(B)253.02º52.74%78.82%-
XYZ22.1116.2557.23-
YUV113.96177.12130.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=28.50%
G=22.95%
B=48.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118952010.410.5300.21253.0249.5358.04
Hex765FC92935015fd323a
Octal16613731151650253756272
Binary111011010111111100100110100111010101010111111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,95,201); }

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

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

 a { background-color: rgb(118,95,201); }

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

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

 span { border-color: rgb(118,95,201); }

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