#7D83FB

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

Shades of Light Slate Blue #7D83FB

Tints of Light Slate Blue #7D83FB

Color information

#7D83FB (or 0x7D83FB) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 83 and FB. RGB value is (125,131,251). Sum of RGB (Red+Green+Blue) = 125+131+251=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D83FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83FB is #827C04. Grayscale: #8E8E8E. Windows color (decimal): -8551429 or 16483197. OLE color: 16483197.

HSL color Cylindrical-coordinate representation of color #7D83FB: hue angle of 237.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D83FB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125131251-
CMYK0.500.4800.02
HSL237.14º94.03%73.73%-
HSV(B)237.14º50.2%98.43%-
XYZ33.9927.5694.79-
YUV142.89189.01115.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=24.65%
G=25.84%
B=49.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251312510.500.4800.02237.1494.0373.73
Hex7D83FB323002ed5e4a
Octal175203373626002355136112
Binary111110110000011111110111100101100000101110110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D83FB; }

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

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

<style>
 a { background-color: #7D83FB; }

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

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

<style>
 span { border-color: #7D83FB; }

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

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