Html Css Color HEX #754CD5 Slate Blue

📋 copy color: '#754CD5'

red 117 ◦ green 76 ◦ blue 213

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

Shades of Slate Blue #754CD5

Tints of Slate Blue #754CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

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

R = 28.82%
G = 18.72%
B = 52.46%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#754CD5 (or 0x754CD5) is known color: Slate Blue. HEX triplet: 75, 4C and D5. RGB value is (117,76,213). Sum of RGB (Red+Green+Blue) = 117+76+213=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #754CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CD5 is #8AB32A. Grayscale: #676767. Windows color (decimal): -9089835 or 13978741. OLE color: 13978741.

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

Color convert

RGB 117 76 213 -
CMYK 0.45 0.64 0 0.16
HSL 257.96º 0.62% 0.57% -
HSV(B) 257.96º 0.64% 0.84% -
XYZ 21.93 13.75 64.45 -
YUV 103.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 117 76 213 0.45 0.64 0 0.16 257.96 0.62 0.57
Hex 75 4C D5 2D 40 0 10 102 3E 39
Octal 165 114 325 55 100 0 20 402 76 71
Binary 1110101 1001100 11010101 101101 1000000 0 10000 100000010 111110 111001

Color Harmonies of #754CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CD5

Black with #754CD5

Text Example


Text Example

White with #754CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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