Html Css Color HEX #9079FA Light Slate Blue

📋 copy color: '#9079FA'

red 144 ◦ green 121 ◦ blue 250

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

Shades of Light Slate Blue #9079FA

Tints of Light Slate Blue #9079FA

RGB

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

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

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

R = 27.96%
G = 23.5%
B = 48.54%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9079FA (or 0x9079FA) is known color: Light Slate Blue. HEX triplet: 90, 79 and FA. RGB value is (144,121,250). Sum of RGB (Red+Green+Blue) = 144+121+250=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9079FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079FA is #6F8605. Grayscale: #8E8E8E. Windows color (decimal): -7308806 or 16415120. OLE color: 16415120.

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

Color convert

RGB 144 121 250 -
CMYK 0.42 0.52 0 0.02
HSL 250.7º 0.93% 0.73% -
HSV(B) 250.7º 0.52% 0.98% -
XYZ 35.59 26.51 93.68 -
YUV 142.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 144 121 250 0.42 0.52 0 0.02 250.7 0.93 0.73
Hex 90 79 FA 2A 34 0 2 FB 5D 49
Octal 220 171 372 52 64 0 2 373 135 111
Binary 10010000 1111001 11111010 101010 110100 0 10 11111011 1011101 1001001

Color Harmonies of #9079FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079FA

Black with #9079FA

Text Example


Text Example

White with #9079FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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