Html Css Color HEX #775DC5 Slate Blue

📋 copy color: '#775DC5'

red 119 ◦ green 93 ◦ blue 197

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

Shades of Slate Blue #775DC5

Tints of Slate Blue #775DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 29.1%
G = 22.74%
B = 48.17%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#775DC5 (or 0x775DC5) is known color: Slate Blue. HEX triplet: 77, 5D and C5. RGB value is (119,93,197). Sum of RGB (Red+Green+Blue) = 119+93+197=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #775DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DC5 is #88A23A. Grayscale: #707070. Windows color (decimal): -8954427 or 12934519. OLE color: 12934519.

HSL color Cylindrical-coordinate representation of color #775DC5: hue angle of 255º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #775DC5 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 93 197 -
CMYK 0.40 0.53 0 0.23
HSL 255º 0.47% 0.57% -
HSV(B) 255º 0.53% 0.77% -
XYZ 21.6 15.78 54.73 -
YUV 112.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 119 93 197 0.40 0.53 0 0.23 255 0.47 0.57
Hex 77 5D C5 28 35 0 17 FF 2F 39
Octal 167 135 305 50 65 0 27 377 57 71
Binary 1110111 1011101 11000101 101000 110101 0 10111 11111111 101111 111001

Color Harmonies of #775DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DC5

Black with #775DC5

Text Example


Text Example

White with #775DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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