#7D85FC

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

Shades of Light Slate Blue #7D85FC

Tints of Light Slate Blue #7D85FC

Color information

#7D85FC (or 0x7D85FC) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 85 and FC. RGB value is (125,133,252). Sum of RGB (Red+Green+Blue) = 125+133+252=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D85FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D85FC is #827A03. Grayscale: #8F8F8F. Windows color (decimal): -8550916 or 16549245. OLE color: 16549245.

HSL color Cylindrical-coordinate representation of color #7D85FC: hue angle of 236.22º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D85FC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125133252-
CMYK0.500.4700.01
HSL236.22º95.49%73.92%-
HSV(B)236.22º50.4%98.82%-
XYZ34.4228.1695.72-
YUV144.17188.85114.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=24.51%
G=26.08%
B=49.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251332520.500.4700.01236.2295.4973.92
Hex7D85FC322F01ec5f4a
Octal175205374625701354137112
Binary11111011000010111111100110010101111011110110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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