#775BCD

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

Shades of Slate Blue #775BCD

Tints of Slate Blue #775BCD

Color information

#775BCD (or 0x775BCD) is unknown color: approx Slate Blue. HEX triplet: 77, 5B and CD. RGB value is (119,91,205). Sum of RGB (Red+Green+Blue) = 119+91+205=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #775BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCD is #88A432. Grayscale: #6F6F6F. Windows color (decimal): -8954931 or 13458295. OLE color: 13458295.

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

Color convert

RGB11991205-
CMYK0.420.5600.20
HSL254.74º53.27%58.04%-
HSV(B)254.74º55.61%80.39%-
XYZ22.3715.8159.63-
YUV112.37180.28132.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=28.67%
G=21.93%
B=49.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119912050.420.5600.20254.7453.2758.04
Hex775BCD2A38014ff353a
Octal16713331552700243776572
Binary111011110110111100110110101011100001010011111111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,205); }

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

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

 a { background-color: rgb(119,91,205); }

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

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

 span { border-color: rgb(119,91,205); }

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