Html Css Color HEX #7553C6 Slate Blue

📋 copy color: '#7553C6'

red 117 ◦ green 83 ◦ blue 198

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

Shades of Slate Blue #7553C6

Tints of Slate Blue #7553C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.75%

R = 29.4%
G = 20.85%
B = 49.75%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7553C6 (or 0x7553C6) is known color: Slate Blue. HEX triplet: 75, 53 and C6. RGB value is (117,83,198). Sum of RGB (Red+Green+Blue) = 117+83+198=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #7553C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553C6 is #8AAC39. Grayscale: #696969. Windows color (decimal): -9088058 or 12997493. OLE color: 12997493.

HSL color Cylindrical-coordinate representation of color #7553C6: hue angle of 257.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7553C6 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 83 198 -
CMYK 0.41 0.58 0 0.22
HSL 257.74º 0.5% 0.55% -
HSV(B) 257.74º 0.58% 0.78% -
XYZ 20.62 14.05 55.05 -
YUV 106.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 117 83 198 0.41 0.58 0 0.22 257.74 0.5 0.55
Hex 75 53 C6 29 3A 0 16 102 32 37
Octal 165 123 306 51 72 0 26 402 62 67
Binary 1110101 1010011 11000110 101001 111010 0 10110 100000010 110010 110111

Color Harmonies of #7553C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553C6

Black with #7553C6

Text Example


Text Example

White with #7553C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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