Html Css Color HEX #9079FE Light Slate Blue

📋 copy color: '#9079FE'

red 144 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9079FE

Tints of Light Slate Blue #9079FE

RGB

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

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

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

R = 27.75%
G = 23.31%
B = 48.94%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9079FE (or 0x9079FE) is known color: Light Slate Blue. HEX triplet: 90, 79 and FE. RGB value is (144,121,254). Sum of RGB (Red+Green+Blue) = 144+121+254=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9079FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079FE is #6F8601. Grayscale: #8E8E8E. Windows color (decimal): -7308802 or 16677264. OLE color: 16677264.

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

Color convert

RGB 144 121 254 -
CMYK 0.43 0.52 0 0.00
HSL 250.38º 0.99% 0.74% -
HSV(B) 250.38º 0.52% 1% -
XYZ 36.23 26.76 97.02 -
YUV 143.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 144 121 254 0.43 0.52 0 0.00 250.38 0.99 0.74
Hex 90 79 FE 2B 34 0 0 FA 63 4A
Octal 220 171 376 53 64 0 0 372 143 112
Binary 10010000 1111001 11111110 101011 110100 0 0 11111010 1100011 1001010

Color Harmonies of #9079FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079FE

Black with #9079FE

Text Example


Text Example

White with #9079FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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