Html Css Color HEX #9079F9 Light Slate Blue

📋 copy color: '#9079F9'

red 144 ◦ green 121 ◦ blue 249

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

Shades of Light Slate Blue #9079F9

Tints of Light Slate Blue #9079F9

RGB

 RED value IS 144 (56.64% from 255) = 28.02%

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

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

R = 28.02%
G = 23.54%
B = 48.44%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9079F9 (or 0x9079F9) is known color: Light Slate Blue. HEX triplet: 90, 79 and F9. RGB value is (144,121,249). Sum of RGB (Red+Green+Blue) = 144+121+249=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #9079F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079F9 is #6F8606. Grayscale: #8D8D8D. Windows color (decimal): -7308807 or 16349584. OLE color: 16349584.

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

Color convert

RGB 144 121 249 -
CMYK 0.42 0.51 0 0.02
HSL 250.78º 0.91% 0.73% -
HSV(B) 250.78º 0.51% 0.98% -
XYZ 35.44 26.44 92.86 -
YUV 142.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 144 121 249 0.42 0.51 0 0.02 250.78 0.91 0.73
Hex 90 79 F9 2A 33 0 2 FB 5B 49
Octal 220 171 371 52 63 0 2 373 133 111
Binary 10010000 1111001 11111001 101010 110011 0 10 11111011 1011011 1001001

Color Harmonies of #9079F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079F9

Black with #9079F9

Text Example


Text Example

White with #9079F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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