#775ECB

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

Shades of Slate Blue #775ECB

Tints of Slate Blue #775ECB

Color information

#775ECB (or 0x775ECB) is unknown color: approx Slate Blue. HEX triplet: 77, 5E and CB. RGB value is (119,94,203). Sum of RGB (Red+Green+Blue) = 119+94+203=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #775ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ECB is #88A134. Grayscale: #717171. Windows color (decimal): -8954165 or 13327991. OLE color: 13327991.

HSL color Cylindrical-coordinate representation of color #775ECB: hue angle of 253.76º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775ECB is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11994203-
CMYK0.410.5400.20
HSL253.76º51.17%58.24%-
HSV(B)253.76º53.69%79.61%-
XYZ22.3916.2458.45-
YUV113.9178.28131.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=28.61%
G=22.60%
B=48.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119942030.410.5400.20253.7651.1758.24
Hex775ECB2936014fe333a
Octal16713631351660243766372
Binary111011110111101100101110100111011001010011111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775ECB; }

 p { color: rgb(119,94,203); }

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

<style>
 a { background-color: #775ECB; }

 a { background-color: rgb(119,94,203); }

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

<style>
 span { border-color: #775ECB; }

 span { border-color: rgb(119,94,203); }

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