Html Css Color HEX #775CDD Slate Blue

📋 copy color: '#775CDD'

red 119 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #775CDD

Tints of Slate Blue #775CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

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

R = 27.55%
G = 21.3%
B = 51.16%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775CDD (or 0x775CDD) is known color: Slate Blue. HEX triplet: 77, 5C and DD. RGB value is (119,92,221). Sum of RGB (Red+Green+Blue) = 119+92+221=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #775CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CDD is #88A322. Grayscale: #727272. Windows color (decimal): -8954659 or 14507127. OLE color: 14507127.

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

Color convert

RGB 119 92 221 -
CMYK 0.46 0.58 0 0.13
HSL 252.56º 0.65% 0.61% -
HSV(B) 252.56º 0.58% 0.87% -
XYZ 24.49 16.8 70.36 -
YUV 114.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 119 92 221 0.46 0.58 0 0.13 252.56 0.65 0.61
Hex 77 5C DD 2E 3A 0 D FD 41 3D
Octal 167 134 335 56 72 0 15 375 101 75
Binary 1110111 1011100 11011101 101110 111010 0 1101 11111101 1000001 111101

Color Harmonies of #775CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CDD

Black with #775CDD

Text Example


Text Example

White with #775CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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