#7D8CFE

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

Shades of Light Slate Blue #7D8CFE

Tints of Light Slate Blue #7D8CFE

Color information

#7D8CFE (or 0x7D8CFE) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 8C and FE. RGB value is (125,140,254). Sum of RGB (Red+Green+Blue) = 125+140+254=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CFE is #827301. Grayscale: #949494. Windows color (decimal): -8549122 or 16682109. OLE color: 16682109.

HSL color Cylindrical-coordinate representation of color #7D8CFE: hue angle of 233.02º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D8CFE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125140254-
CMYK0.510.4500.00
HSL233.02º98.47%74.31%-
HSV(B)233.02º50.79%99.61%-
XYZ35.7230.2797.73-
YUV148.51187.53111.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=24.08%
G=26.97%
B=48.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251402540.510.4500.00233.0298.4774.31
Hex7D8CFE332D00e9624a
Octal175214376635500351142112
Binary11111011000110011111110110011101101001110100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,254); }

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

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

 a { background-color: rgb(125,140,254); }

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

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

 span { border-color: rgb(125,140,254); }

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