Html Css Color HEX #9254F9 Light Slate Blue

📋 copy color: '#9254F9'

red 146 ◦ green 84 ◦ blue 249

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

Shades of Light Slate Blue #9254F9

Tints of Light Slate Blue #9254F9

RGB

 RED value IS 146 (57.42% from 255) = 30.48%

 GREEN value IS 84 (33.2% from 255) = 17.54%

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

R = 30.48%
G = 17.54%
B = 51.98%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9254F9 (or 0x9254F9) is known color: Light Slate Blue. HEX triplet: 92, 54 and F9. RGB value is (146,84,249). Sum of RGB (Red+Green+Blue) = 146+84+249=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #9254F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9254F9 is #6DAB06. Grayscale: #787878. Windows color (decimal): -7187207 or 16340114. OLE color: 16340114.

HSL color Cylindrical-coordinate representation of color #9254F9: hue angle of 262.55º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9254F9 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 84 249 -
CMYK 0.41 0.66 0 0.02
HSL 262.55º 0.93% 0.65% -
HSV(B) 262.55º 0.66% 0.98% -
XYZ 32.12 19.29 91.65 -
YUV 121.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 146 84 249 0.41 0.66 0 0.02 262.55 0.93 0.65
Hex 92 54 F9 29 42 0 2 107 5D 41
Octal 222 124 371 51 102 0 2 407 135 101
Binary 10010010 1010100 11111001 101001 1000010 0 10 100000111 1011101 1000001

Color Harmonies of #9254F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254F9

Black with #9254F9

Text Example


Text Example

White with #9254F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,84,249); }

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

background-color css

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

 a { background-color: rgb(146,84,249); }

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

border-color css

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

 span { border-color: rgb(146,84,249); }

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