#9092FC

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

Shades of Light Slate Blue #9092FC

Tints of Light Slate Blue #9092FC

Color information

#9092FC (or 0x9092FC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 92 and FC. RGB value is (144,146,252). Sum of RGB (Red+Green+Blue) = 144+146+252=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #9092FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9092FC is #6F6D03. Grayscale: #9D9D9D. Windows color (decimal): -7302404 or 16552592. OLE color: 16552592.

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

Color convert

RGB144146252-
CMYK0.430.4200.01
HSL238.89º94.74%77.65%-
HSV(B)238.89º42.86%98.82%-
XYZ39.3533.5296.49-
YUV157.49181.34118.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=26.57%
G=26.94%
B=46.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441462520.430.4200.01238.8994.7477.65
Hex9092FC2B2A01ef5f4e
Octal220222374535201357137116
Binary100100001001001011111100101011101010011110111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9092FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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