#765FC0

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

Shades of Slate Blue #765FC0

Tints of Slate Blue #765FC0

Color information

#765FC0 (or 0x765FC0) is unknown color: approx Slate Blue. HEX triplet: 76, 5F and C0. RGB value is (118,95,192). Sum of RGB (Red+Green+Blue) = 118+95+192=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #765FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FC0 is #89A03F. Grayscale: #707070. Windows color (decimal): -9019456 or 12607350. OLE color: 12607350.

HSL color Cylindrical-coordinate representation of color #765FC0: hue angle of 254.23º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765FC0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11895192-
CMYK0.390.5100.25
HSL254.23º43.5%56.27%-
HSV(B)254.23º50.52%75.29%-
XYZ21.0815.8451.82-
YUV112.94172.62131.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=29.14%
G=23.46%
B=47.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118951920.390.5100.25254.2343.556.27
Hex765FC02733019fe2b38
Octal16613730047630313765370
Binary111011010111111100000010011111001101100111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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