Html Css Color HEX #775BCD Slate Blue

📋 copy color: '#775BCD'

red 119 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #775BCD

Tints of Slate Blue #775BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

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

R = 28.67%
G = 21.93%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#775BCD (or 0x775BCD) is known color: Slate Blue. HEX triplet: 77, 5B and CD. RGB value is (119,91,205). Sum of RGB (Red+Green+Blue) = 119+91+205=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #775BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BCD is #88A432. Grayscale: #6F6F6F. Windows color (decimal): -8954931 or 13458295. OLE color: 13458295.

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

Color convert

RGB 119 91 205 -
CMYK 0.42 0.56 0 0.20
HSL 254.74º 0.53% 0.58% -
HSV(B) 254.74º 0.56% 0.8% -
XYZ 22.37 15.81 59.63 -
YUV 112.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 119 91 205 0.42 0.56 0 0.20 254.74 0.53 0.58
Hex 77 5B CD 2A 38 0 14 FF 35 3A
Octal 167 133 315 52 70 0 24 377 65 72
Binary 1110111 1011011 11001101 101010 111000 0 10100 11111111 110101 111010

Color Harmonies of #775BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BCD

Black with #775BCD

Text Example


Text Example

White with #775BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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