#774BCA

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

Shades of Slate Blue #774BCA

Tints of Slate Blue #774BCA

Color information

#774BCA (or 0x774BCA) is unknown color: approx Slate Blue. HEX triplet: 77, 4B and CA. RGB value is (119,75,202). Sum of RGB (Red+Green+Blue) = 119+75+202=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #774BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BCA is #88B435. Grayscale: #666666. Windows color (decimal): -8959030 or 13257591. OLE color: 13257591.

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

Color convert

RGB11975202-
CMYK0.410.6300.21
HSL260.79º54.51%54.31%-
HSV(B)260.79º62.87%79.22%-
XYZ20.7813.2257.33-
YUV102.63184.08139.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=30.05%
G=18.94%
B=51.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119752020.410.6300.21260.7954.5154.31
Hex774BCA293F0151053736
Octal16711331251770254056766
Binary1110111100101111001010101001111111010101100000101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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