Html Css Color HEX #9271FE Light Slate Blue

📋 copy color: '#9271FE'

red 146 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #9271FE

Tints of Light Slate Blue #9271FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 28.46%
G = 22.03%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9271FE (or 0x9271FE) is known color: Light Slate Blue. HEX triplet: 92, 71 and FE. RGB value is (146,113,254). Sum of RGB (Red+Green+Blue) = 146+113+254=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9271FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271FE is #6D8E01. Grayscale: #8A8A8A. Windows color (decimal): -7179778 or 16675218. OLE color: 16675218.

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

Color convert

RGB 146 113 254 -
CMYK 0.43 0.56 0 0.00
HSL 254.04º 0.99% 0.72% -
HSV(B) 254.04º 0.56% 1% -
XYZ 35.65 25.08 96.73 -
YUV 138.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 146 113 254 0.43 0.56 0 0.00 254.04 0.99 0.72
Hex 92 71 FE 2B 38 0 0 FE 63 48
Octal 222 161 376 53 70 0 0 376 143 110
Binary 10010010 1110001 11111110 101011 111000 0 0 11111110 1100011 1001000

Color Harmonies of #9271FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271FE

Black with #9271FE

Text Example


Text Example

White with #9271FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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