Html Css Color HEX #7553D9 Slate Blue

📋 copy color: '#7553D9'

red 117 ◦ green 83 ◦ blue 217

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

Shades of Slate Blue #7553D9

Tints of Slate Blue #7553D9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

 BLUE value IS 217 (85.16% from 255) = 52.04%

R = 28.06%
G = 19.9%
B = 52.04%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7553D9 (or 0x7553D9) is known color: Slate Blue. HEX triplet: 75, 53 and D9. RGB value is (117,83,217). Sum of RGB (Red+Green+Blue) = 117+83+217=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #7553D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553D9 is #8AAC26. Grayscale: #6B6B6B. Windows color (decimal): -9088039 or 14242677. OLE color: 14242677.

HSL color Cylindrical-coordinate representation of color #7553D9: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7553D9 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 83 217 -
CMYK 0.46 0.62 0 0.15
HSL 255.22º 0.64% 0.59% -
HSV(B) 255.22º 0.62% 0.85% -
XYZ 22.95 14.98 67.33 -
YUV 108.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 117 83 217 0.46 0.62 0 0.15 255.22 0.64 0.59
Hex 75 53 D9 2E 3E 0 F FF 40 3B
Octal 165 123 331 56 76 0 17 377 100 73
Binary 1110101 1010011 11011001 101110 111110 0 1111 11111111 1000000 111011

Color Harmonies of #7553D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553D9

Black with #7553D9

Text Example


Text Example

White with #7553D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7553D9; }

 p { color: rgb(117,83,217); }

 H1.HeaderClassName
 {
   color: #7553D9;
 }
 .AnyTagClassName
 {
   color: #7553D9;
 }
</style>

background-color css

<style>
 a { background-color: #7553D9; }

 a { background-color: rgb(117,83,217); }

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

border-color css

<style>
 span { border-color: #7553D9; }

 span { border-color: rgb(117,83,217); }

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