Html Css Color HEX #775ADD Slate Blue

📋 copy color: '#775ADD'

red 119 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #775ADD

Tints of Slate Blue #775ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

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

R = 27.67%
G = 20.93%
B = 51.4%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775ADD (or 0x775ADD) is known color: Slate Blue. HEX triplet: 77, 5A and DD. RGB value is (119,90,221). Sum of RGB (Red+Green+Blue) = 119+90+221=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #775ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ADD is #88A522. Grayscale: #717171. Windows color (decimal): -8955171 or 14506615. OLE color: 14506615.

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

Color convert

RGB 119 90 221 -
CMYK 0.46 0.59 0 0.13
HSL 253.28º 0.66% 0.61% -
HSV(B) 253.28º 0.59% 0.87% -
XYZ 24.32 16.45 70.3 -
YUV 113.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 119 90 221 0.46 0.59 0 0.13 253.28 0.66 0.61
Hex 77 5A DD 2E 3B 0 D FD 42 3D
Octal 167 132 335 56 73 0 15 375 102 75
Binary 1110111 1011010 11011101 101110 111011 0 1101 11111101 1000010 111101

Color Harmonies of #775ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ADD

Black with #775ADD

Text Example


Text Example

White with #775ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775ADD; }

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

 H1.HeaderClassName
 {
   color: #775ADD;
 }
 .AnyTagClassName
 {
   color: #775ADD;
 }
</style>

background-color css

<style>
 a { background-color: #775ADD; }

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

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

border-color css

<style>
 span { border-color: #775ADD; }

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

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