#7182FD

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

Shades of Light Slate Blue #7182FD

Tints of Light Slate Blue #7182FD

Color information

#7182FD (or 0x7182FD) is unknown color: approx Light Slate Blue. HEX triplet: 71, 82 and FD. RGB value is (113,130,253). Sum of RGB (Red+Green+Blue) = 113+130+253=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #7182FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7182FD is #8E7D02. Grayscale: #8A8A8A. Windows color (decimal): -9338115 or 16614001. OLE color: 16614001.

HSL color Cylindrical-coordinate representation of color #7182FD: hue angle of 232.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7182FD is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113130253-
CMYK0.550.4900.01
HSL232.71º97.22%71.76%-
HSV(B)232.71º55.34%99.22%-
XYZ32.5226.5796.34-
YUV138.94192.37109.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=22.78%
G=26.21%
B=51.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131302530.550.4900.01232.7197.2271.76
Hex7182FD373101e96148
Octal161202375676101351141110
Binary11100011000001011111101110111110001011110100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7182FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7182FD; }

 p { color: rgb(113,130,253); }

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

<style>
 a { background-color: #7182FD; }

 a { background-color: rgb(113,130,253); }

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

<style>
 span { border-color: #7182FD; }

 span { border-color: rgb(113,130,253); }

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