Html Css Color HEX #7079F9 Light Slate Blue

📋 copy color: '#7079F9'

red 112 ◦ green 121 ◦ blue 249

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

Shades of Light Slate Blue #7079F9

Tints of Light Slate Blue #7079F9

RGB

 RED value IS 112 (44.14% from 255) = 23.24%

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

 BLUE value IS 249 (97.66% from 255) = 51.66%

R = 23.24%
G = 25.1%
B = 51.66%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7079F9 (or 0x7079F9) is known color: Light Slate Blue. HEX triplet: 70, 79 and F9. RGB value is (112,121,249). Sum of RGB (Red+Green+Blue) = 112+121+249=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #7079F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7079F9 is #8F8606. Grayscale: #848484. Windows color (decimal): -9405959 or 16349552. OLE color: 16349552.

HSL color Cylindrical-coordinate representation of color #7079F9: hue angle of 236.06º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7079F9 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 121 249 -
CMYK 0.55 0.51 0 0.02
HSL 236.06º 0.92% 0.71% -
HSV(B) 236.06º 0.55% 0.98% -
XYZ 30.62 23.96 92.63 -
YUV 132.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 112 121 249 0.55 0.51 0 0.02 236.06 0.92 0.71
Hex 70 79 F9 37 33 0 2 EC 5C 47
Octal 160 171 371 67 63 0 2 354 134 107
Binary 1110000 1111001 11111001 110111 110011 0 10 11101100 1011100 1000111

Color Harmonies of #7079F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079F9

Black with #7079F9

Text Example


Text Example

White with #7079F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7079F9; }

 p { color: rgb(112,121,249); }

 H1.HeaderClassName
 {
   color: #7079F9;
 }
 .AnyTagClassName
 {
   color: #7079F9;
 }
</style>

background-color css

<style>
 a { background-color: #7079F9; }

 a { background-color: rgb(112,121,249); }

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

border-color css

<style>
 span { border-color: #7079F9; }

 span { border-color: rgb(112,121,249); }

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