#765CC2

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

Shades of Slate Blue #765CC2

Tints of Slate Blue #765CC2

Color information

#765CC2 (or 0x765CC2) is unknown color: approx Slate Blue. HEX triplet: 76, 5C and C2. RGB value is (118,92,194). Sum of RGB (Red+Green+Blue) = 118+92+194=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #765CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CC2 is #89A33D. Grayscale: #6F6F6F. Windows color (decimal): -9020222 or 12737654. OLE color: 12737654.

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

Color convert

RGB11892194-
CMYK0.390.5300.24
HSL255.29º45.54%56.08%-
HSV(B)255.29º52.58%76.08%-
XYZ21.0415.452.9-
YUV111.4174.61132.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 194 (76.17% from 255) = 48.02%
R=29.21%
G=22.77%
B=48.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118921940.390.5300.24255.2945.5456.08
Hex765CC22735018ff2e38
Octal16613430247650303775670
Binary111011010111001100001010011111010101100011111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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