Html Css Color HEX #775BDD Slate Blue

📋 copy color: '#775BDD'

red 119 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #775BDD

Tints of Slate Blue #775BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.11%

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

R = 27.61%
G = 21.11%
B = 51.28%

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

#775BDD (or 0x775BDD) is known color: Slate Blue. HEX triplet: 77, 5B and DD. RGB value is (119,91,221). Sum of RGB (Red+Green+Blue) = 119+91+221=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #775BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BDD is #88A422. Grayscale: #717171. Windows color (decimal): -8954915 or 14506871. OLE color: 14506871.

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

Color convert

RGB 119 91 221 -
CMYK 0.46 0.59 0 0.13
HSL 252.92º 0.66% 0.61% -
HSV(B) 252.92º 0.59% 0.87% -
XYZ 24.4 16.62 70.33 -
YUV 114.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 119 91 221 0.46 0.59 0 0.13 252.92 0.66 0.61
Hex 77 5B DD 2E 3B 0 D FD 42 3D
Octal 167 133 335 56 73 0 15 375 102 75
Binary 1110111 1011011 11011101 101110 111011 0 1101 11111101 1000010 111101

Color Harmonies of #775BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BDD

Black with #775BDD

Text Example


Text Example

White with #775BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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