Html Css Color HEX #9275FB Light Slate Blue

📋 copy color: '#9275FB'

red 146 ◦ green 117 ◦ blue 251

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

Shades of Light Slate Blue #9275FB

Tints of Light Slate Blue #9275FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 28.4%
G = 22.76%
B = 48.83%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9275FB (or 0x9275FB) is known color: Light Slate Blue. HEX triplet: 92, 75 and FB. RGB value is (146,117,251). Sum of RGB (Red+Green+Blue) = 146+117+251=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #9275FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275FB is #6D8A04. Grayscale: #8C8C8C. Windows color (decimal): -7178757 or 16479634. OLE color: 16479634.

HSL color Cylindrical-coordinate representation of color #9275FB: hue angle of 252.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9275FB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 117 251 -
CMYK 0.42 0.53 0 0.02
HSL 252.99º 0.94% 0.72% -
HSV(B) 252.99º 0.53% 0.98% -
XYZ 35.63 25.8 94.37 -
YUV 140.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 146 117 251 0.42 0.53 0 0.02 252.99 0.94 0.72
Hex 92 75 FB 2A 35 0 2 FD 5E 48
Octal 222 165 373 52 65 0 2 375 136 110
Binary 10010010 1110101 11111011 101010 110101 0 10 11111101 1011110 1001000

Color Harmonies of #9275FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275FB

Black with #9275FB

Text Example


Text Example

White with #9275FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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