Html Css Color HEX #7558DB Slate Blue

📋 copy color: '#7558DB'

red 117 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #7558DB

Tints of Slate Blue #7558DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 27.59%
G = 20.75%
B = 51.65%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7558DB (or 0x7558DB) is known color: Slate Blue. HEX triplet: 75, 58 and DB. RGB value is (117,88,219). Sum of RGB (Red+Green+Blue) = 117+88+219=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #7558DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558DB is #8AA724. Grayscale: #6F6F6F. Windows color (decimal): -9086757 or 14375029. OLE color: 14375029.

HSL color Cylindrical-coordinate representation of color #7558DB: hue angle of 253.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7558DB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 88 219 -
CMYK 0.47 0.60 0 0.14
HSL 253.28º 0.65% 0.6% -
HSV(B) 253.28º 0.6% 0.86% -
XYZ 23.61 15.88 68.84 -
YUV 111.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 117 88 219 0.47 0.60 0 0.14 253.28 0.65 0.6
Hex 75 58 DB 2F 3C 0 E FD 41 3C
Octal 165 130 333 57 74 0 16 375 101 74
Binary 1110101 1011000 11011011 101111 111100 0 1110 11111101 1000001 111100

Color Harmonies of #7558DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558DB

Black with #7558DB

Text Example


Text Example

White with #7558DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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