Html Css Color HEX #775FCD Slate Blue

📋 copy color: '#775FCD'

red 119 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #775FCD

Tints of Slate Blue #775FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

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

R = 28.4%
G = 22.67%
B = 48.93%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#775FCD (or 0x775FCD) is known color: Slate Blue. HEX triplet: 77, 5F and CD. RGB value is (119,95,205). Sum of RGB (Red+Green+Blue) = 119+95+205=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #775FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FCD is #88A032. Grayscale: #727272. Windows color (decimal): -8953907 or 13459319. OLE color: 13459319.

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

Color convert

RGB 119 95 205 -
CMYK 0.42 0.54 0 0.20
HSL 253.09º 0.52% 0.59% -
HSV(B) 253.09º 0.54% 0.8% -
XYZ 22.72 16.51 59.75 -
YUV 114.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 119 95 205 0.42 0.54 0 0.20 253.09 0.52 0.59
Hex 77 5F CD 2A 36 0 14 FD 34 3B
Octal 167 137 315 52 66 0 24 375 64 73
Binary 1110111 1011111 11001101 101010 110110 0 10100 11111101 110100 111011

Color Harmonies of #775FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FCD

Black with #775FCD

Text Example


Text Example

White with #775FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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