Html Css Color HEX #7547DD Slate Blue

📋 copy color: '#7547DD'

red 117 ◦ green 71 ◦ blue 221

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

Shades of Slate Blue #7547DD

Tints of Slate Blue #7547DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 28.61%
G = 17.36%
B = 54.03%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7547DD (or 0x7547DD) is known color: Slate Blue. HEX triplet: 75, 47 and DD. RGB value is (117,71,221). Sum of RGB (Red+Green+Blue) = 117+71+221=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #7547DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547DD is #8AB822. Grayscale: #656565. Windows color (decimal): -9091107 or 14501749. OLE color: 14501749.

HSL color Cylindrical-coordinate representation of color #7547DD: hue angle of 258.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7547DD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 71 221 -
CMYK 0.47 0.68 0 0.13
HSL 258.4º 0.69% 0.57% -
HSV(B) 258.4º 0.68% 0.87% -
XYZ 22.64 13.51 69.82 -
YUV 101.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 117 71 221 0.47 0.68 0 0.13 258.4 0.69 0.57
Hex 75 47 DD 2F 44 0 D 102 45 39
Octal 165 107 335 57 104 0 15 402 105 71
Binary 1110101 1000111 11011101 101111 1000100 0 1101 100000010 1000101 111001

Color Harmonies of #7547DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7547DD

Black with #7547DD

Text Example


Text Example

White with #7547DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7547DD; }

 p { color: rgb(117,71,221); }

 H1.HeaderClassName
 {
   color: #7547DD;
 }
 .AnyTagClassName
 {
   color: #7547DD;
 }
</style>

background-color css

<style>
 a { background-color: #7547DD; }

 a { background-color: rgb(117,71,221); }

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

border-color css

<style>
 span { border-color: #7547DD; }

 span { border-color: rgb(117,71,221); }

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