Html Css Color HEX #9275FE Light Slate Blue

📋 copy color: '#9275FE'

red 146 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #9275FE

Tints of Light Slate Blue #9275FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.63%

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

R = 28.24%
G = 22.63%
B = 49.13%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9275FE (or 0x9275FE) is known color: Light Slate Blue. HEX triplet: 92, 75 and FE. RGB value is (146,117,254). Sum of RGB (Red+Green+Blue) = 146+117+254=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9275FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275FE is #6D8A01. Grayscale: #8C8C8C. Windows color (decimal): -7178754 or 16676242. OLE color: 16676242.

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

Color convert

RGB 146 117 254 -
CMYK 0.43 0.54 0 0.00
HSL 252.7º 0.99% 0.73% -
HSV(B) 252.7º 0.54% 1% -
XYZ 36.1 25.99 96.88 -
YUV 141.29 191.61 131.36 -
System Red Green Blue C M Y K H S L
Decimal 146 117 254 0.43 0.54 0 0.00 252.7 0.99 0.73
Hex 92 75 FE 2B 36 0 0 FD 63 49
Octal 222 165 376 53 66 0 0 375 143 111
Binary 10010010 1110101 11111110 101011 110110 0 0 11111101 1100011 1001001

Color Harmonies of #9275FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275FE

Black with #9275FE

Text Example


Text Example

White with #9275FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,117,254); }

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

background-color css

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

 a { background-color: rgb(146,117,254); }

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

border-color css

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

 span { border-color: rgb(146,117,254); }

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