Html Css Color HEX #754DD5 Slate Blue

📋 copy color: '#754DD5'

red 117 ◦ green 77 ◦ blue 213

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

Shades of Slate Blue #754DD5

Tints of Slate Blue #754DD5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

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

R = 28.75%
G = 18.92%
B = 52.33%

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

#754DD5 (or 0x754DD5) is known color: Slate Blue. HEX triplet: 75, 4D and D5. RGB value is (117,77,213). Sum of RGB (Red+Green+Blue) = 117+77+213=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #754DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DD5 is #8AB22A. Grayscale: #676767. Windows color (decimal): -9089579 or 13978997. OLE color: 13978997.

HSL color Cylindrical-coordinate representation of color #754DD5: hue angle of 257.65º 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 #754DD5 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 77 213 -
CMYK 0.45 0.64 0 0.16
HSL 257.65º 0.62% 0.57% -
HSV(B) 257.65º 0.64% 0.84% -
XYZ 22 13.89 64.47 -
YUV 104.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 117 77 213 0.45 0.64 0 0.16 257.65 0.62 0.57
Hex 75 4D D5 2D 40 0 10 102 3E 39
Octal 165 115 325 55 100 0 20 402 76 71
Binary 1110101 1001101 11010101 101101 1000000 0 10000 100000010 111110 111001

Color Harmonies of #754DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DD5

Black with #754DD5

Text Example


Text Example

White with #754DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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