#765FC1

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

Shades of Slate Blue #765FC1

Tints of Slate Blue #765FC1

Color information

#765FC1 (or 0x765FC1) is unknown color: approx Slate Blue. HEX triplet: 76, 5F and C1. RGB value is (118,95,193). Sum of RGB (Red+Green+Blue) = 118+95+193=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #765FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FC1 is #89A03E. Grayscale: #707070. Windows color (decimal): -9019455 or 12672886. OLE color: 12672886.

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

Color convert

RGB11895193-
CMYK0.390.5100.24
HSL254.08º44.14%56.47%-
HSV(B)254.08º50.78%75.69%-
XYZ21.1915.8952.4-
YUV113.05173.12131.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=29.06%
G=23.40%
B=47.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118951930.390.5100.24254.0844.1456.47
Hex765FC12733018fe2c38
Octal16613730147630303765470
Binary111011010111111100000110011111001101100011111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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