#765AC1

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

Shades of Slate Blue #765AC1

Tints of Slate Blue #765AC1

Color information

#765AC1 (or 0x765AC1) is unknown color: approx Slate Blue. HEX triplet: 76, 5A and C1. RGB value is (118,90,193). Sum of RGB (Red+Green+Blue) = 118+90+193=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #765AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765AC1 is #89A53E. Grayscale: #6D6D6D. Windows color (decimal): -9020735 or 12671606. OLE color: 12671606.

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

Color convert

RGB11890193-
CMYK0.390.5300.24
HSL256.31º45.37%55.49%-
HSV(B)256.31º53.37%75.69%-
XYZ20.7515.0152.26-
YUV110.11174.78133.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=29.43%
G=22.44%
B=48.13%

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
Decimal118901930.390.5300.24256.3145.3755.49
Hex765AC127350181002d37
Octal16613230147650304005567
Binary1110110101101011000001100111110101011000100000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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