#7D85FB

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

Shades of Light Slate Blue #7D85FB

Tints of Light Slate Blue #7D85FB

Color information

#7D85FB (or 0x7D85FB) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 85 and FB. RGB value is (125,133,251). Sum of RGB (Red+Green+Blue) = 125+133+251=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D85FB is #827A04. Grayscale: #8F8F8F. Windows color (decimal): -8550917 or 16483709. OLE color: 16483709.

HSL color Cylindrical-coordinate representation of color #7D85FB: hue angle of 236.19º 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 #7D85FB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125133251-
CMYK0.500.4700.02
HSL236.19º94.03%73.73%-
HSV(B)236.19º50.2%98.43%-
XYZ34.2628.194.89-
YUV144.06188.35114.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=24.56%
G=26.13%
B=49.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251332510.500.4700.02236.1994.0373.73
Hex7D85FB322F02ec5e4a
Octal175205373625702354136112
Binary111110110000101111110111100101011110101110110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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