#9082FF

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

Shades of Light Slate Blue #9082FF

Tints of Light Slate Blue #9082FF

Color information

#9082FF (or 0x9082FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 82 and FF. RGB value is (144,130,255). Sum of RGB (Red+Green+Blue) = 144+130+255=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9082FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9082FF is #6F7D00. Grayscale: #939393. Windows color (decimal): -7306497 or 16745104. OLE color: 16745104.

HSL color Cylindrical-coordinate representation of color #9082FF: hue angle of 246.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9082FF is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144130255-
CMYK0.440.4900
HSL246.72º100%75.49%-
HSV(B)246.72º49.02%100%-
XYZ37.5329.1198.25-
YUV148.44188.14124.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 255 (100% from 255) = 48.20%
R=27.22%
G=24.57%
B=48.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441302550.440.4900246.7210075.49
Hex9082FF2C3100f7644b
Octal220202377546100367144113
Binary100100001000001011111111101100110001001111011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9082FF; }

 p { color: rgb(144,130,255); }

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

<style>
 a { background-color: #9082FF; }

 a { background-color: rgb(144,130,255); }

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

<style>
 span { border-color: #9082FF; }

 span { border-color: rgb(144,130,255); }

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