Html Css Color HEX #755CD5 Slate Blue

📋 copy color: '#755CD5'

red 117 ◦ green 92 ◦ blue 213

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

Shades of Slate Blue #755CD5

Tints of Slate Blue #755CD5

RGB

 RED value IS 117 (46.09% from 255) = 27.73%

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

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 27.73%
G = 21.8%
B = 50.47%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#755CD5 (or 0x755CD5) is known color: Slate Blue. HEX triplet: 75, 5C and D5. RGB value is (117,92,213). Sum of RGB (Red+Green+Blue) = 117+92+213=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #755CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CD5 is #8AA32A. Grayscale: #707070. Windows color (decimal): -9085739 or 13982837. OLE color: 13982837.

HSL color Cylindrical-coordinate representation of color #755CD5: hue angle of 252.4º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755CD5 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 92 213 -
CMYK 0.45 0.57 0 0.16
HSL 252.4º 0.59% 0.6% -
HSV(B) 252.4º 0.57% 0.84% -
XYZ 23.17 16.24 64.86 -
YUV 113.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 117 92 213 0.45 0.57 0 0.16 252.4 0.59 0.6
Hex 75 5C D5 2D 39 0 10 FC 3B 3C
Octal 165 134 325 55 71 0 20 374 73 74
Binary 1110101 1011100 11010101 101101 111001 0 10000 11111100 111011 111100

Color Harmonies of #755CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CD5

Black with #755CD5

Text Example


Text Example

White with #755CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755CD5; }

 p { color: rgb(117,92,213); }

 H1.HeaderClassName
 {
   color: #755CD5;
 }
 .AnyTagClassName
 {
   color: #755CD5;
 }
</style>

background-color css

<style>
 a { background-color: #755CD5; }

 a { background-color: rgb(117,92,213); }

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

border-color css

<style>
 span { border-color: #755CD5; }

 span { border-color: rgb(117,92,213); }

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