Html Css Color HEX #7579FE Light Slate Blue

📋 copy color: '#7579FE'

red 117 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #7579FE

Tints of Light Slate Blue #7579FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 23.78%
G = 24.59%
B = 51.63%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7579FE (or 0x7579FE) is known color: Light Slate Blue. HEX triplet: 75, 79 and FE. RGB value is (117,121,254). Sum of RGB (Red+Green+Blue) = 117+121+254=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #7579FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7579FE is #8A8601. Grayscale: #868686. Windows color (decimal): -9078274 or 16677237. OLE color: 16677237.

HSL color Cylindrical-coordinate representation of color #7579FE: hue angle of 238.25º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7579FE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 121 254 -
CMYK 0.54 0.52 0 0.00
HSL 238.25º 0.99% 0.73% -
HSV(B) 238.25º 0.54% 1% -
XYZ 32.06 24.61 96.83 -
YUV 134.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 117 121 254 0.54 0.52 0 0.00 238.25 0.99 0.73
Hex 75 79 FE 36 34 0 0 EE 63 49
Octal 165 171 376 66 64 0 0 356 143 111
Binary 1110101 1111001 11111110 110110 110100 0 0 11101110 1100011 1001001

Color Harmonies of #7579FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7579FE

Black with #7579FE

Text Example


Text Example

White with #7579FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7579FE; }

 p { color: rgb(117,121,254); }

 H1.HeaderClassName
 {
   color: #7579FE;
 }
 .AnyTagClassName
 {
   color: #7579FE;
 }
</style>

background-color css

<style>
 a { background-color: #7579FE; }

 a { background-color: rgb(117,121,254); }

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

border-color css

<style>
 span { border-color: #7579FE; }

 span { border-color: rgb(117,121,254); }

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