Html Css Color HEX #9079FD Light Slate Blue

📋 copy color: '#9079FD'

red 144 ◦ green 121 ◦ blue 253

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

Shades of Light Slate Blue #9079FD

Tints of Light Slate Blue #9079FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 27.8%
G = 23.36%
B = 48.84%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9079FD (or 0x9079FD) is known color: Light Slate Blue. HEX triplet: 90, 79 and FD. RGB value is (144,121,253). Sum of RGB (Red+Green+Blue) = 144+121+253=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9079FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079FD is #6F8602. Grayscale: #8E8E8E. Windows color (decimal): -7308803 or 16611728. OLE color: 16611728.

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

Color convert

RGB 144 121 253 -
CMYK 0.43 0.52 0 0.01
HSL 250.45º 0.97% 0.73% -
HSV(B) 250.45º 0.52% 0.99% -
XYZ 36.07 26.7 96.18 -
YUV 142.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 144 121 253 0.43 0.52 0 0.01 250.45 0.97 0.73
Hex 90 79 FD 2B 34 0 1 FA 61 49
Octal 220 171 375 53 64 0 1 372 141 111
Binary 10010000 1111001 11111101 101011 110100 0 1 11111010 1100001 1001001

Color Harmonies of #9079FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079FD

Black with #9079FD

Text Example


Text Example

White with #9079FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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