#765bcb

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

Shades of Slate Blue #765BCB

Tints of Slate Blue #765BCB

Color information

#765BCB (or 0x765BCB) is unknown color: approx Slate Blue. HEX triplet: 76, 5B and CB. RGB value is (118,91,203). Sum of RGB (Red+Green+Blue) = 118+91+203=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #765BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BCB is #89A434. Grayscale: #6F6F6F. Windows color (decimal): -9020469 or 13327222. OLE color: 13327222.

HSL color Cylindrical-coordinate representation of color #765BCB: hue angle of 254.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765BCB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11891203-
CMYK0.420.5500.20
HSL254.46º51.85%57.65%-
HSV(B)254.46º55.17%79.61%-
XYZ21.9915.6558.36-
YUV111.84179.45132.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=28.64%
G=22.09%
B=49.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118912030.420.5500.20254.4651.8557.65
Hex765BCB2A37014fe343a
Octal16613331352670243766472
Binary111011010110111100101110101011011101010011111110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,203); }

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

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

 a { background-color: rgb(118,91,203); }

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

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

 span { border-color: rgb(118,91,203); }

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