#7583FB

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

Shades of Light Slate Blue #7583FB

Tints of Light Slate Blue #7583FB

Color information

#7583FB (or 0x7583FB) is unknown color: approx Light Slate Blue. HEX triplet: 75, 83 and FB. RGB value is (117,131,251). Sum of RGB (Red+Green+Blue) = 117+131+251=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #7583FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7583FB is #8A7C04. Grayscale: #8C8C8C. Windows color (decimal): -9075717 or 16483189. OLE color: 16483189.

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

Color convert

RGB117131251-
CMYK0.530.4800.02
HSL233.73º94.37%72.16%-
HSV(B)233.73º53.39%98.43%-
XYZ32.8726.9894.74-
YUV140.49190.36111.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=23.45%
G=26.25%
B=50.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171312510.530.4800.02233.7394.3772.16
Hex7583FB353002ea5e48
Octal165203373656002352136110
Binary111010110000011111110111101011100000101110101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7583FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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