Html Css Color HEX #9288EF Light Slate Blue

📋 copy color: '#9288EF'

red 146 ◦ green 136 ◦ blue 239

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

Shades of Light Slate Blue #9288EF

Tints of Light Slate Blue #9288EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 28.02%
G = 26.1%
B = 45.87%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9288EF (or 0x9288EF) is known color: Light Slate Blue. HEX triplet: 92, 88 and EF. RGB value is (146,136,239). Sum of RGB (Red+Green+Blue) = 146+136+239=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #9288EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288EF is #6D7710. Grayscale: #969696. Windows color (decimal): -7173905 or 15698066. OLE color: 15698066.

HSL color Cylindrical-coordinate representation of color #9288EF: hue angle of 245.83º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9288EF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 136 239 -
CMYK 0.39 0.43 0 0.06
HSL 245.83º 0.76% 0.74% -
HSV(B) 245.83º 0.43% 0.94% -
XYZ 36.24 29.95 85.53 -
YUV 150.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 146 136 239 0.39 0.43 0 0.06 245.83 0.76 0.74
Hex 92 88 EF 27 2B 0 6 F6 4C 4A
Octal 222 210 357 47 53 0 6 366 114 112
Binary 10010010 10001000 11101111 100111 101011 0 110 11110110 1001100 1001010

Color Harmonies of #9288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288EF

Black with #9288EF

Text Example


Text Example

White with #9288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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