#7483FB

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

Shades of Light Slate Blue #7483FB

Tints of Light Slate Blue #7483FB

Color information

#7483FB (or 0x7483FB) is unknown color: approx Light Slate Blue. HEX triplet: 74, 83 and FB. RGB value is (116,131,251). Sum of RGB (Red+Green+Blue) = 116+131+251=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #7483FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7483FB is #8B7C04. Grayscale: #8B8B8B. Windows color (decimal): -9141253 or 16483188. OLE color: 16483188.

HSL color Cylindrical-coordinate representation of color #7483FB: hue angle of 233.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7483FB is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116131251-
CMYK0.540.4800.02
HSL233.33º94.41%71.96%-
HSV(B)233.33º53.78%98.43%-
XYZ32.7326.9194.74-
YUV140.2190.53110.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.29%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=23.29%
G=26.31%
B=50.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161312510.540.4800.02233.3394.4171.96
Hex7483FB363002e95e48
Octal164203373666002351136110
Binary111010010000011111110111101101100000101110100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7483FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7483FB; }

 p { color: rgb(116,131,251); }

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

<style>
 a { background-color: #7483FB; }

 a { background-color: rgb(116,131,251); }

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

<style>
 span { border-color: #7483FB; }

 span { border-color: rgb(116,131,251); }

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