Html Css Color HEX #775DCD Slate Blue

📋 copy color: '#775DCD'

red 119 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #775DCD

Tints of Slate Blue #775DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 28.54%
G = 22.3%
B = 49.16%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#775DCD (or 0x775DCD) is known color: Slate Blue. HEX triplet: 77, 5D and CD. RGB value is (119,93,205). Sum of RGB (Red+Green+Blue) = 119+93+205=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #775DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DCD is #88A232. Grayscale: #717171. Windows color (decimal): -8954419 or 13458807. OLE color: 13458807.

HSL color Cylindrical-coordinate representation of color #775DCD: hue angle of 253.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775DCD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 93 205 -
CMYK 0.42 0.55 0 0.20
HSL 253.93º 0.53% 0.58% -
HSV(B) 253.93º 0.55% 0.8% -
XYZ 22.54 16.16 59.69 -
YUV 113.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 119 93 205 0.42 0.55 0 0.20 253.93 0.53 0.58
Hex 77 5D CD 2A 37 0 14 FE 35 3A
Octal 167 135 315 52 67 0 24 376 65 72
Binary 1110111 1011101 11001101 101010 110111 0 10100 11111110 110101 111010

Color Harmonies of #775DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DCD

Black with #775DCD

Text Example


Text Example

White with #775DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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