#774ECB

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

Shades of Slate Blue #774ECB

Tints of Slate Blue #774ECB

Color information

#774ECB (or 0x774ECB) is unknown color: approx Slate Blue. HEX triplet: 77, 4E and CB. RGB value is (119,78,203). Sum of RGB (Red+Green+Blue) = 119+78+203=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #774ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECB is #88B134. Grayscale: #686868. Windows color (decimal): -8958261 or 13323895. OLE color: 13323895.

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

Color convert

RGB11978203-
CMYK0.410.6200.20
HSL259.68º54.59%55.1%-
HSV(B)259.68º61.58%79.61%-
XYZ21.1113.6858.03-
YUV104.51183.58138.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=29.75%
G=19.5%
B=50.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119782030.410.6200.20259.6854.5955.1
Hex774ECB293E0141043737
Octal16711631351760244046767
Binary1110111100111011001011101001111110010100100000100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,203); }

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

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

 a { background-color: rgb(119,78,203); }

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

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

 span { border-color: rgb(119,78,203); }

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