Html Css Color HEX #9079F2 Light Slate Blue

📋 copy color: '#9079F2'

red 144 ◦ green 121 ◦ blue 242

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

Shades of Light Slate Blue #9079F2

Tints of Light Slate Blue #9079F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 28.4%
G = 23.87%
B = 47.73%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9079F2 (or 0x9079F2) is known color: Light Slate Blue. HEX triplet: 90, 79 and F2. RGB value is (144,121,242). Sum of RGB (Red+Green+Blue) = 144+121+242=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #9079F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079F2 is #6F860D. Grayscale: #8D8D8D. Windows color (decimal): -7308814 or 15890832. OLE color: 15890832.

HSL color Cylindrical-coordinate representation of color #9079F2: hue angle of 251.4º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9079F2 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 121 242 -
CMYK 0.40 0.50 0 0.05
HSL 251.41º 0.82% 0.71% -
HSV(B) 251.41º 0.5% 0.95% -
XYZ 34.37 26.01 87.21 -
YUV 141.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 144 121 242 0.40 0.50 0 0.05 251.41 0.82 0.71
Hex 90 79 F2 28 32 0 5 FB 52 47
Octal 220 171 362 50 62 0 5 373 122 107
Binary 10010000 1111001 11110010 101000 110010 0 101 11111011 1010010 1000111

Color Harmonies of #9079F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079F2

Black with #9079F2

Text Example


Text Example

White with #9079F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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