Html Css Color HEX #9275F8 Light Slate Blue

📋 copy color: '#9275F8'

red 146 ◦ green 117 ◦ blue 248

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

Shades of Light Slate Blue #9275F8

Tints of Light Slate Blue #9275F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.53%

R = 28.57%
G = 22.9%
B = 48.53%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9275F8 (or 0x9275F8) is known color: Light Slate Blue. HEX triplet: 92, 75 and F8. RGB value is (146,117,248). Sum of RGB (Red+Green+Blue) = 146+117+248=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #9275F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275F8 is #6D8A07. Grayscale: #8C8C8C. Windows color (decimal): -7178760 or 16283026. OLE color: 16283026.

HSL color Cylindrical-coordinate representation of color #9275F8: hue angle of 253.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9275F8 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 146 117 248 -
CMYK 0.41 0.53 0 0.03
HSL 253.28º 0.9% 0.72% -
HSV(B) 253.28º 0.53% 0.97% -
XYZ 35.16 25.61 91.9 -
YUV 140.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 146 117 248 0.41 0.53 0 0.03 253.28 0.9 0.72
Hex 92 75 F8 29 35 0 3 FD 5A 48
Octal 222 165 370 51 65 0 3 375 132 110
Binary 10010010 1110101 11111000 101001 110101 0 11 11111101 1011010 1001000

Color Harmonies of #9275F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275F8

Black with #9275F8

Text Example


Text Example

White with #9275F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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