#765AC3

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

Shades of Slate Blue #765AC3

Tints of Slate Blue #765AC3

Color information

#765AC3 (or 0x765AC3) is unknown color: approx Slate Blue. HEX triplet: 76, 5A and C3. RGB value is (118,90,195). Sum of RGB (Red+Green+Blue) = 118+90+195=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #765AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765AC3 is #89A53C. Grayscale: #6D6D6D. Windows color (decimal): -9020733 or 12802678. OLE color: 12802678.

HSL color Cylindrical-coordinate representation of color #765AC3: hue angle of 256º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #765AC3 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11890195-
CMYK0.390.5400.24
HSL256º46.67%55.88%-
HSV(B)256º53.85%76.47%-
XYZ20.9815.153.44-
YUV110.34175.78133.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 195 (76.56% from 255) = 48.39%
R=29.28%
G=22.33%
B=48.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118901950.390.5400.2425646.6755.88
Hex765AC327360181002f38
Octal16613230347660304005770
Binary1110110101101011000011100111110110011000100000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,195); }

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

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

 a { background-color: rgb(118,90,195); }

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

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

 span { border-color: rgb(118,90,195); }

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