Html Css Color HEX #775ADE Slate Blue

📋 copy color: '#775ADE'

red 119 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #775ADE

Tints of Slate Blue #775ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 27.61%
G = 20.88%
B = 51.51%

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

#775ADE (or 0x775ADE) is known color: Slate Blue. HEX triplet: 77, 5A and DE. RGB value is (119,90,222). Sum of RGB (Red+Green+Blue) = 119+90+222=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #775ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ADE is #88A521. Grayscale: #717171. Windows color (decimal): -8955170 or 14572151. OLE color: 14572151.

HSL color Cylindrical-coordinate representation of color #775ADE: hue angle of 253.18º degrees, saturation: 0.67, 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 #775ADE is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 90 222 -
CMYK 0.46 0.59 0 0.13
HSL 253.18º 0.67% 0.61% -
HSV(B) 253.18º 0.59% 0.87% -
XYZ 24.45 16.51 71.01 -
YUV 113.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 119 90 222 0.46 0.59 0 0.13 253.18 0.67 0.61
Hex 77 5A DE 2E 3B 0 D FD 43 3D
Octal 167 132 336 56 73 0 15 375 103 75
Binary 1110111 1011010 11011110 101110 111011 0 1101 11111101 1000011 111101

Color Harmonies of #775ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ADE

Black with #775ADE

Text Example


Text Example

White with #775ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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