Html Css Color HEX #9288EE Light Slate Blue

📋 copy color: '#9288EE'

red 146 ◦ green 136 ◦ blue 238

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

Shades of Light Slate Blue #9288EE

Tints of Light Slate Blue #9288EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 28.08%
G = 26.15%
B = 45.77%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9288EE (or 0x9288EE) is known color: Light Slate Blue. HEX triplet: 92, 88 and EE. RGB value is (146,136,238). Sum of RGB (Red+Green+Blue) = 146+136+238=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #9288EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288EE is #6D7711. Grayscale: #969696. Windows color (decimal): -7173906 or 15632530. OLE color: 15632530.

HSL color Cylindrical-coordinate representation of color #9288EE: hue angle of 245.88º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9288EE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 136 238 -
CMYK 0.39 0.43 0 0.07
HSL 245.88º 0.75% 0.73% -
HSV(B) 245.88º 0.43% 0.93% -
XYZ 36.09 29.89 84.76 -
YUV 150.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 146 136 238 0.39 0.43 0 0.07 245.88 0.75 0.73
Hex 92 88 EE 27 2B 0 7 F6 4B 49
Octal 222 210 356 47 53 0 7 366 113 111
Binary 10010010 10001000 11101110 100111 101011 0 111 11110110 1001011 1001001

Color Harmonies of #9288EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288EE

Black with #9288EE

Text Example


Text Example

White with #9288EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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