#9084F3

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

Shades of Light Slate Blue #9084F3

Tints of Light Slate Blue #9084F3

Color information

#9084F3 (or 0x9084F3) is unknown color: approx Light Slate Blue. HEX triplet: 90, 84 and F3. RGB value is (144,132,243). Sum of RGB (Red+Green+Blue) = 144+132+243=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #9084F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9084F3 is #6F7B0C. Grayscale: #939393. Windows color (decimal): -7305997 or 15959184. OLE color: 15959184.

HSL color Cylindrical-coordinate representation of color #9084F3: hue angle of 246.49º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9084F3 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144132243-
CMYK0.410.4600.05
HSL246.49º82.22%73.53%-
HSV(B)246.49º45.68%95.29%-
XYZ35.9328.988.48-
YUV148.24181.48124.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 243 (95.31% from 255) = 46.82%
R=27.75%
G=25.43%
B=46.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441322430.410.4600.05246.4982.2273.53
Hex9084F3292E05f6524a
Octal220204363515605366122112
Binary10010000100001001111001110100110111001011111011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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