#9088FE

Color #9088FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9088FE

Tints of Light Slate Blue #9088FE

Color information

#9088FE (or 0x9088FE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 88 and FE. RGB value is (144,136,254). Sum of RGB (Red+Green+Blue) = 144+136+254=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9088FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9088FE is #6F7701. Grayscale: #979797. Windows color (decimal): -7304962 or 16681104. OLE color: 16681104.

HSL color Cylindrical-coordinate representation of color #9088FE: hue angle of 244.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9088FE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144136254-
CMYK0.430.4600.00
HSL244.07º98.33%76.47%-
HSV(B)244.07º46.46%99.61%-
XYZ38.230.6997.68-
YUV151.84185.65122.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=26.97%
G=25.47%
B=47.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441362540.430.4600.00244.0798.3376.47
Hex9088FE2B2E00f4624c
Octal220210376535600364142114
Binary100100001000100011111110101011101110001111010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9088FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9088FE; }

 p { color: rgb(144,136,254); }

 H1.HeaderClassName
 {
   color: #9088FE;
 }
 .AnyTagClassName
 {
   color: #9088FE;
 }
</style>
background-color css

<style>
 a { background-color: #9088FE; }

 a { background-color: rgb(144,136,254); }

 div.DivClassName
 {
   background-color: #9088FE;
 }
 .BgClassName
 {
   background-color: #9088FE;
 }
</style>
border-color css

<style>
 span { border-color: #9088FE; }

 span { border-color: rgb(144,136,254); }

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