#774BE2

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

Shades of Slate Blue #774BE2

Tints of Slate Blue #774BE2

Color information

#774BE2 (or 0x774BE2) is unknown color: approx Slate Blue. HEX triplet: 77, 4B and E2. RGB value is (119,75,226). Sum of RGB (Red+Green+Blue) = 119+75+226=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #774BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BE2 is #88B41D. Grayscale: #686868. Windows color (decimal): -8959006 or 14830455. OLE color: 14830455.

HSL color Cylindrical-coordinate representation of color #774BE2: hue angle of 257.48º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774BE2 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11975226-
CMYK0.470.6700.11
HSL257.48º72.25%59.02%-
HSV(B)257.48º66.81%88.63%-
XYZ23.8514.4573.48-
YUV105.37196.08137.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=28.33%
G=17.86%
B=53.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119752260.470.6700.11257.4872.2559.02
Hex774BE22F430B101483b
Octal1671133425710301340111073
Binary11101111001011111000101011111000011010111000000011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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