Html Css Color HEX #775EDA Slate Blue

📋 copy color: '#775EDA'

red 119 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #775EDA

Tints of Slate Blue #775EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 27.61%
G = 21.81%
B = 50.58%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#775EDA (or 0x775EDA) is known color: Slate Blue. HEX triplet: 77, 5E and DA. RGB value is (119,94,218). Sum of RGB (Red+Green+Blue) = 119+94+218=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #775EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDA is #88A125. Grayscale: #737373. Windows color (decimal): -8954150 or 14311031. OLE color: 14311031.

HSL color Cylindrical-coordinate representation of color #775EDA: hue angle of 252.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775EDA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 94 218 -
CMYK 0.45 0.57 0 0.15
HSL 252.1º 0.63% 0.61% -
HSV(B) 252.1º 0.57% 0.85% -
XYZ 24.27 16.99 68.33 -
YUV 115.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 119 94 218 0.45 0.57 0 0.15 252.1 0.63 0.61
Hex 77 5E DA 2D 39 0 F FC 3F 3D
Octal 167 136 332 55 71 0 17 374 77 75
Binary 1110111 1011110 11011010 101101 111001 0 1111 11111100 111111 111101

Color Harmonies of #775EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EDA

Black with #775EDA

Text Example


Text Example

White with #775EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,218); }

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

background-color css

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

 a { background-color: rgb(119,94,218); }

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

border-color css

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

 span { border-color: rgb(119,94,218); }

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