Html Css Color HEX #774BDD Slate Blue

📋 copy color: '#774BDD'

red 119 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #774BDD

Tints of Slate Blue #774BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 28.67%
G = 18.07%
B = 53.25%

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

#774BDD (or 0x774BDD) is known color: Slate Blue. HEX triplet: 77, 4B and DD. RGB value is (119,75,221). Sum of RGB (Red+Green+Blue) = 119+75+221=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #774BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BDD is #88B422. Grayscale: #686868. Windows color (decimal): -8959011 or 14502775. OLE color: 14502775.

HSL color Cylindrical-coordinate representation of color #774BDD: hue angle of 258.08º 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 #774BDD is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 75 221 -
CMYK 0.46 0.66 0 0.13
HSL 258.08º 0.68% 0.58% -
HSV(B) 258.08º 0.66% 0.87% -
XYZ 23.17 14.17 69.92 -
YUV 104.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 119 75 221 0.46 0.66 0 0.13 258.08 0.68 0.58
Hex 77 4B DD 2E 42 0 D 102 44 3A
Octal 167 113 335 56 102 0 15 402 104 72
Binary 1110111 1001011 11011101 101110 1000010 0 1101 100000010 1000100 111010

Color Harmonies of #774BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BDD

Black with #774BDD

Text Example


Text Example

White with #774BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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