Html Css Color HEX #775FDD Medium Slate Blue

📋 copy color: '#775FDD'

red 119 ◦ green 95 ◦ blue 221

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

Shades of Medium Slate Blue #775FDD

Tints of Medium Slate Blue #775FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.84%

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

R = 27.36%
G = 21.84%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775FDD (or 0x775FDD) is known color: Medium Slate Blue. HEX triplet: 77, 5F and DD. RGB value is (119,95,221). Sum of RGB (Red+Green+Blue) = 119+95+221=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #775FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FDD is #88A022. Grayscale: #747474. Windows color (decimal): -8953891 or 14507895. OLE color: 14507895.

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

Color convert

RGB 119 95 221 -
CMYK 0.46 0.57 0 0.13
HSL 251.43º 0.65% 0.62% -
HSV(B) 251.43º 0.57% 0.87% -
XYZ 24.75 17.33 70.45 -
YUV 116.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 119 95 221 0.46 0.57 0 0.13 251.43 0.65 0.62
Hex 77 5F DD 2E 39 0 D FB 41 3E
Octal 167 137 335 56 71 0 15 373 101 76
Binary 1110111 1011111 11011101 101110 111001 0 1101 11111011 1000001 111110

Color Harmonies of #775FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FDD

Black with #775FDD

Text Example


Text Example

White with #775FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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