Html Css Color HEX #9288FB Light Slate Blue

📋 copy color: '#9288FB'

red 146 ◦ green 136 ◦ blue 251

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

Shades of Light Slate Blue #9288FB

Tints of Light Slate Blue #9288FB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.52%

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

R = 27.39%
G = 25.52%
B = 47.09%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9288FB (or 0x9288FB) is known color: Light Slate Blue. HEX triplet: 92, 88 and FB. RGB value is (146,136,251). Sum of RGB (Red+Green+Blue) = 146+136+251=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #9288FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288FB is #6D7704. Grayscale: #979797. Windows color (decimal): -7173893 or 16484498. OLE color: 16484498.

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

Color convert

RGB 146 136 251 -
CMYK 0.42 0.46 0 0.02
HSL 245.22º 0.93% 0.76% -
HSV(B) 245.22º 0.46% 0.98% -
XYZ 38.07 30.68 95.18 -
YUV 152.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 146 136 251 0.42 0.46 0 0.02 245.22 0.93 0.76
Hex 92 88 FB 2A 2E 0 2 F5 5D 4C
Octal 222 210 373 52 56 0 2 365 135 114
Binary 10010010 10001000 11111011 101010 101110 0 10 11110101 1011101 1001100

Color Harmonies of #9288FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288FB

Black with #9288FB

Text Example


Text Example

White with #9288FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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