Html Css Color HEX #9288F1 Light Slate Blue

📋 copy color: '#9288F1'

red 146 ◦ green 136 ◦ blue 241

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

Shades of Light Slate Blue #9288F1

Tints of Light Slate Blue #9288F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 27.92%
G = 26%
B = 46.08%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9288F1 (or 0x9288F1) is known color: Light Slate Blue. HEX triplet: 92, 88 and F1. RGB value is (146,136,241). Sum of RGB (Red+Green+Blue) = 146+136+241=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #9288F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288F1 is #6D770E. Grayscale: #969696. Windows color (decimal): -7173903 or 15829138. OLE color: 15829138.

HSL color Cylindrical-coordinate representation of color #9288F1: hue angle of 245.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9288F1 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 136 241 -
CMYK 0.39 0.44 0 0.05
HSL 245.71º 0.79% 0.74% -
HSV(B) 245.71º 0.44% 0.95% -
XYZ 36.54 30.07 87.1 -
YUV 150.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 146 136 241 0.39 0.44 0 0.05 245.71 0.79 0.74
Hex 92 88 F1 27 2C 0 5 F6 4F 4A
Octal 222 210 361 47 54 0 5 366 117 112
Binary 10010010 10001000 11110001 100111 101100 0 101 11110110 1001111 1001010

Color Harmonies of #9288F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288F1

Black with #9288F1

Text Example


Text Example

White with #9288F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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