Html Css Color HEX #9288FC Light Slate Blue

📋 copy color: '#9288FC'

red 146 ◦ green 136 ◦ blue 252

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

Shades of Light Slate Blue #9288FC

Tints of Light Slate Blue #9288FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 27.34%
G = 25.47%
B = 47.19%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9288FC (or 0x9288FC) is known color: Light Slate Blue. HEX triplet: 92, 88 and FC. RGB value is (146,136,252). Sum of RGB (Red+Green+Blue) = 146+136+252=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #9288FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9288FC is #6D7703. Grayscale: #979797. Windows color (decimal): -7173892 or 16550034. OLE color: 16550034.

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

Color convert

RGB 146 136 252 -
CMYK 0.42 0.46 0 0.01
HSL 245.17º 0.95% 0.76% -
HSV(B) 245.17º 0.46% 0.99% -
XYZ 38.23 30.75 96.02 -
YUV 152.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 146 136 252 0.42 0.46 0 0.01 245.17 0.95 0.76
Hex 92 88 FC 2A 2E 0 1 F5 5F 4C
Octal 222 210 374 52 56 0 1 365 137 114
Binary 10010010 10001000 11111100 101010 101110 0 1 11110101 1011111 1001100

Color Harmonies of #9288FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288FC

Black with #9288FC

Text Example


Text Example

White with #9288FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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