Html Css Color HEX #775EDC Slate Blue

📋 copy color: '#775EDC'

red 119 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #775EDC

Tints of Slate Blue #775EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 27.48%
G = 21.71%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#775EDC (or 0x775EDC) is known color: Slate Blue. HEX triplet: 77, 5E and DC. RGB value is (119,94,220). Sum of RGB (Red+Green+Blue) = 119+94+220=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #775EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDC is #88A123. Grayscale: #737373. Windows color (decimal): -8954148 or 14442103. OLE color: 14442103.

HSL color Cylindrical-coordinate representation of color #775EDC: hue angle of 251.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775EDC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 94 220 -
CMYK 0.46 0.57 0 0.14
HSL 251.9º 0.64% 0.62% -
HSV(B) 251.9º 0.57% 0.86% -
XYZ 24.53 17.09 69.72 -
YUV 115.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 119 94 220 0.46 0.57 0 0.14 251.9 0.64 0.62
Hex 77 5E DC 2E 39 0 E FC 40 3E
Octal 167 136 334 56 71 0 16 374 100 76
Binary 1110111 1011110 11011100 101110 111001 0 1110 11111100 1000000 111110

Color Harmonies of #775EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EDC

Black with #775EDC

Text Example


Text Example

White with #775EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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