Html Css Color HEX #775AD4 Slate Blue

📋 copy color: '#775AD4'

red 119 ◦ green 90 ◦ blue 212

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

Shades of Slate Blue #775AD4

Tints of Slate Blue #775AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.36%

R = 28.27%
G = 21.38%
B = 50.36%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#775AD4 (or 0x775AD4) is known color: Slate Blue. HEX triplet: 77, 5A and D4. RGB value is (119,90,212). Sum of RGB (Red+Green+Blue) = 119+90+212=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #775AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775AD4 is #88A52B. Grayscale: #707070. Windows color (decimal): -8955180 or 13916791. OLE color: 13916791.

HSL color Cylindrical-coordinate representation of color #775AD4: hue angle of 254.26º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775AD4 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 90 212 -
CMYK 0.44 0.58 0 0.17
HSL 254.26º 0.59% 0.59% -
HSV(B) 254.26º 0.58% 0.83% -
XYZ 23.15 15.99 64.15 -
YUV 112.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 119 90 212 0.44 0.58 0 0.17 254.26 0.59 0.59
Hex 77 5A D4 2C 3A 0 11 FE 3B 3B
Octal 167 132 324 54 72 0 21 376 73 73
Binary 1110111 1011010 11010100 101100 111010 0 10001 11111110 111011 111011

Color Harmonies of #775AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775AD4

Black with #775AD4

Text Example


Text Example

White with #775AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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