#775BCA

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

Shades of Slate Blue #775BCA

Tints of Slate Blue #775BCA

Color information

#775BCA (or 0x775BCA) is unknown color: approx Slate Blue. HEX triplet: 77, 5B and CA. RGB value is (119,91,202). Sum of RGB (Red+Green+Blue) = 119+91+202=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #775BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCA is #88A435. Grayscale: #6F6F6F. Windows color (decimal): -8954934 or 13261687. OLE color: 13261687.

HSL color Cylindrical-coordinate representation of color #775BCA: hue angle of 255.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775BCA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11991202-
CMYK0.410.5500.21
HSL255.14º51.15%57.45%-
HSV(B)255.14º54.95%79.22%-
XYZ22.0115.6757.74-
YUV112.03178.78132.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=28.88%
G=22.09%
B=49.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119912020.410.5500.21255.1451.1557.45
Hex775BCA2937015ff3339
Octal16713331251670253776371
Binary111011110110111100101010100111011101010111111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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