Html Css Color HEX #774CDD Slate Blue

📋 copy color: '#774CDD'

red 119 ◦ green 76 ◦ blue 221

#774CDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #774CDD

Tints of Slate Blue #774CDD

RGB

 RED value IS 119 (46.88% from 255) = 28.61%

 GREEN value IS 76 (30.08% from 255) = 18.27%

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 28.61%
G = 18.27%
B = 53.13%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#774CDD (or 0x774CDD) is known color: Slate Blue. HEX triplet: 77, 4C and DD. RGB value is (119,76,221). Sum of RGB (Red+Green+Blue) = 119+76+221=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #774CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CDD is #88B322. Grayscale: #686868. Windows color (decimal): -8958755 or 14503031. OLE color: 14503031.

HSL color Cylindrical-coordinate representation of color #774CDD: hue angle of 257.79º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774CDD is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 76 221 -
CMYK 0.46 0.66 0 0.13
HSL 257.79º 0.68% 0.58% -
HSV(B) 257.79º 0.66% 0.87% -
XYZ 23.24 14.31 69.94 -
YUV 105.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 119 76 221 0.46 0.66 0 0.13 257.79 0.68 0.58
Hex 77 4C DD 2E 42 0 D 102 44 3A
Octal 167 114 335 56 102 0 15 402 104 72
Binary 1110111 1001100 11011101 101110 1000010 0 1101 100000010 1000100 111010

Color Harmonies of #774CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CDD

Black with #774CDD

Text Example


Text Example

White with #774CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774CDD;
 }
 .AnyTagClassName
 {
   color: #774CDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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