Html Css Color HEX #755DCD Slate Blue

📋 copy color: '#755DCD'

red 117 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #755DCD

Tints of Slate Blue #755DCD

RGB

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

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

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

R = 28.19%
G = 22.41%
B = 49.4%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#755DCD (or 0x755DCD) is known color: Slate Blue. HEX triplet: 75, 5D and CD. RGB value is (117,93,205). Sum of RGB (Red+Green+Blue) = 117+93+205=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 93 (36.72% from 255 or 22.41% 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 #755DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DCD is #8AA232. Grayscale: #707070. Windows color (decimal): -9085491 or 13458805. OLE color: 13458805.

HSL color Cylindrical-coordinate representation of color #755DCD: hue angle of 252.86º 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 #755DCD is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 93 205 -
CMYK 0.43 0.55 0 0.20
HSL 252.86º 0.53% 0.58% -
HSV(B) 252.86º 0.55% 0.8% -
XYZ 22.27 16.02 59.68 -
YUV 112.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 117 93 205 0.43 0.55 0 0.20 252.86 0.53 0.58
Hex 75 5D CD 2B 37 0 14 FD 35 3A
Octal 165 135 315 53 67 0 24 375 65 72
Binary 1110101 1011101 11001101 101011 110111 0 10100 11111101 110101 111010

Color Harmonies of #755DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DCD

Black with #755DCD

Text Example


Text Example

White with #755DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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