Html Css Color HEX #775CDA Slate Blue

📋 copy color: '#775CDA'

red 119 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #775CDA

Tints of Slate Blue #775CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 27.74%
G = 21.45%
B = 50.82%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#775CDA (or 0x775CDA) is known color: Slate Blue. HEX triplet: 77, 5C and DA. RGB value is (119,92,218). Sum of RGB (Red+Green+Blue) = 119+92+218=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #775CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CDA is #88A325. Grayscale: #717171. Windows color (decimal): -8954662 or 14310519. OLE color: 14310519.

HSL color Cylindrical-coordinate representation of color #775CDA: hue angle of 252.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775CDA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 92 218 -
CMYK 0.45 0.58 0 0.15
HSL 252.86º 0.63% 0.61% -
HSV(B) 252.86º 0.58% 0.85% -
XYZ 24.09 16.64 68.27 -
YUV 114.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 119 92 218 0.45 0.58 0 0.15 252.86 0.63 0.61
Hex 77 5C DA 2D 3A 0 F FD 3F 3D
Octal 167 134 332 55 72 0 17 375 77 75
Binary 1110111 1011100 11011010 101101 111010 0 1111 11111101 111111 111101

Color Harmonies of #775CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CDA

Black with #775CDA

Text Example


Text Example

White with #775CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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