Html Css Color HEX #9276FF Light Slate Blue

📋 copy color: '#9276FF'

red 146 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #9276FF

Tints of Light Slate Blue #9276FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.74%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 28.13%
G = 22.74%
B = 49.13%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9276FF (or 0x9276FF) is known color: Light Slate Blue. HEX triplet: 92, 76 and FF. RGB value is (146,118,255). Sum of RGB (Red+Green+Blue) = 146+118+255=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9276FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276FF is #6D8900. Grayscale: #8D8D8D. Windows color (decimal): -7178497 or 16742034. OLE color: 16742034.

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

Color convert

RGB 146 118 255 -
CMYK 0.43 0.54 0 0
HSL 252.26º 1% 0.73% -
HSV(B) 252.26º 0.54% 1% -
XYZ 36.38 26.29 97.76 -
YUV 141.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 146 118 255 0.43 0.54 0 0 252.26 1 0.73
Hex 92 76 FF 2B 36 0 0 FC 64 49
Octal 222 166 377 53 66 0 0 374 144 111
Binary 10010010 1110110 11111111 101011 110110 0 0 11111100 1100100 1001001

Color Harmonies of #9276FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276FF

Black with #9276FF

Text Example


Text Example

White with #9276FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276FF; }

 p { color: rgb(146,118,255); }

 H1.HeaderClassName
 {
   color: #9276FF;
 }
 .AnyTagClassName
 {
   color: #9276FF;
 }
</style>

background-color css

<style>
 a { background-color: #9276FF; }

 a { background-color: rgb(146,118,255); }

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

border-color css

<style>
 span { border-color: #9276FF; }

 span { border-color: rgb(146,118,255); }

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