Html Css Color HEX #775DD8 Slate Blue

📋 copy color: '#775DD8'

red 119 ◦ green 93 ◦ blue 216

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

Shades of Slate Blue #775DD8

Tints of Slate Blue #775DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.73%

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 27.8%
G = 21.73%
B = 50.47%

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

#775DD8 (or 0x775DD8) is known color: Slate Blue. HEX triplet: 77, 5D and D8. RGB value is (119,93,216). Sum of RGB (Red+Green+Blue) = 119+93+216=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #775DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DD8 is #88A227. Grayscale: #727272. Windows color (decimal): -8954408 or 14179703. OLE color: 14179703.

HSL color Cylindrical-coordinate representation of color #775DD8: hue angle of 252.68º degrees, saturation: 0.61, 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 #775DD8 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 93 216 -
CMYK 0.45 0.57 0 0.15
HSL 252.68º 0.61% 0.61% -
HSV(B) 252.68º 0.57% 0.85% -
XYZ 23.92 16.71 66.93 -
YUV 114.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 119 93 216 0.45 0.57 0 0.15 252.68 0.61 0.61
Hex 77 5D D8 2D 39 0 F FD 3D 3D
Octal 167 135 330 55 71 0 17 375 75 75
Binary 1110111 1011101 11011000 101101 111001 0 1111 11111101 111101 111101

Color Harmonies of #775DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DD8

Black with #775DD8

Text Example


Text Example

White with #775DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,216); }

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

background-color css

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

 a { background-color: rgb(119,93,216); }

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

border-color css

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

 span { border-color: rgb(119,93,216); }

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