Html Css Color HEX #7579FA Light Slate Blue

📋 copy color: '#7579FA'

red 117 ◦ green 121 ◦ blue 250

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

Shades of Light Slate Blue #7579FA

Tints of Light Slate Blue #7579FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 23.98%
G = 24.8%
B = 51.23%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7579FA (or 0x7579FA) is known color: Light Slate Blue. HEX triplet: 75, 79 and FA. RGB value is (117,121,250). Sum of RGB (Red+Green+Blue) = 117+121+250=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #7579FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7579FA is #8A8605. Grayscale: #858585. Windows color (decimal): -9078278 or 16415093. OLE color: 16415093.

HSL color Cylindrical-coordinate representation of color #7579FA: hue angle of 238.2º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7579FA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 121 250 -
CMYK 0.53 0.52 0 0.02
HSL 238.2º 0.93% 0.72% -
HSV(B) 238.2º 0.53% 0.98% -
XYZ 31.43 24.36 93.49 -
YUV 134.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 117 121 250 0.53 0.52 0 0.02 238.2 0.93 0.72
Hex 75 79 FA 35 34 0 2 EE 5D 48
Octal 165 171 372 65 64 0 2 356 135 110
Binary 1110101 1111001 11111010 110101 110100 0 10 11101110 1011101 1001000

Color Harmonies of #7579FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7579FA

Black with #7579FA

Text Example


Text Example

White with #7579FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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