Html Css Color HEX #7558C6 Slate Blue

📋 copy color: '#7558C6'

red 117 ◦ green 88 ◦ blue 198

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

Shades of Slate Blue #7558C6

Tints of Slate Blue #7558C6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 29.03%
G = 21.84%
B = 49.13%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7558C6 (or 0x7558C6) is known color: Slate Blue. HEX triplet: 75, 58 and C6. RGB value is (117,88,198). Sum of RGB (Red+Green+Blue) = 117+88+198=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #7558C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558C6 is #8AA739. Grayscale: #6C6C6C. Windows color (decimal): -9086778 or 12998773. OLE color: 12998773.

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

Color convert

RGB 117 88 198 -
CMYK 0.41 0.56 0 0.22
HSL 255.82º 0.49% 0.56% -
HSV(B) 255.82º 0.56% 0.78% -
XYZ 21.02 14.84 55.18 -
YUV 109.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 117 88 198 0.41 0.56 0 0.22 255.82 0.49 0.56
Hex 75 58 C6 29 38 0 16 100 31 38
Octal 165 130 306 51 70 0 26 400 61 70
Binary 1110101 1011000 11000110 101001 111000 0 10110 100000000 110001 111000

Color Harmonies of #7558C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558C6

Black with #7558C6

Text Example


Text Example

White with #7558C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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