#775CCA

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

Shades of Slate Blue #775CCA

Tints of Slate Blue #775CCA

Color information

#775CCA (or 0x775CCA) is unknown color: approx Slate Blue. HEX triplet: 77, 5C and CA. RGB value is (119,92,202). Sum of RGB (Red+Green+Blue) = 119+92+202=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #775CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CCA is #88A335. Grayscale: #707070. Windows color (decimal): -8954678 or 13261943. OLE color: 13261943.

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

Color convert

RGB11992202-
CMYK0.410.5400.21
HSL254.73º50.93%57.65%-
HSV(B)254.73º54.46%79.22%-
XYZ22.115.8457.77-
YUV112.61178.45132.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=28.81%
G=22.28%
B=48.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119922020.410.5400.21254.7350.9357.65
Hex775CCA2936015ff333a
Octal16713431251660253776372
Binary111011110111001100101010100111011001010111111111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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