#774CCA

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

Shades of Slate Blue #774CCA

Tints of Slate Blue #774CCA

Color information

#774CCA (or 0x774CCA) is unknown color: approx Slate Blue. HEX triplet: 77, 4C and CA. RGB value is (119,76,202). Sum of RGB (Red+Green+Blue) = 119+76+202=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #774CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CCA is #88B335. Grayscale: #666666. Windows color (decimal): -8958774 or 13257847. OLE color: 13257847.

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

Color convert

RGB11976202-
CMYK0.410.6200.21
HSL260.48º54.31%54.51%-
HSV(B)260.48º62.38%79.22%-
XYZ20.8513.3657.36-
YUV103.22183.75139.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=29.97%
G=19.14%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119762020.410.6200.21260.4854.3154.51
Hex774CCA293E0151043637
Octal16711431251760254046667
Binary1110111100110011001010101001111110010101100000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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