#9084FC

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

Shades of Light Slate Blue #9084FC

Tints of Light Slate Blue #9084FC

Color information

#9084FC (or 0x9084FC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 84 and FC. RGB value is (144,132,252). Sum of RGB (Red+Green+Blue) = 144+132+252=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #9084FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9084FC is #6F7B03. Grayscale: #949494. Windows color (decimal): -7305988 or 16549008. OLE color: 16549008.

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

Color convert

RGB144132252-
CMYK0.430.4800.01
HSL246º95.24%75.29%-
HSV(B)246º47.62%98.82%-
XYZ37.3229.4695.81-
YUV149.27185.98124.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=27.27%
G=25%
B=47.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441322520.430.4800.0124695.2475.29
Hex9084FC2B3001f65f4b
Octal220204374536001366137113
Binary100100001000010011111100101011110000011111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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