#7F8DFB

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

Shades of Light Slate Blue #7F8DFB

Tints of Light Slate Blue #7F8DFB

Color information

#7F8DFB (or 0x7F8DFB) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 8D and FB. RGB value is (127,141,251). Sum of RGB (Red+Green+Blue) = 127+141+251=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DFB is #807204. Grayscale: #949494. Windows color (decimal): -8417797 or 16485759. OLE color: 16485759.

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

Color convert

RGB127141251-
CMYK0.490.4400.02
HSL233.23º93.94%74.12%-
HSV(B)233.23º49.4%98.43%-
XYZ35.6930.5395.28-
YUV149.35185.36112.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=24.47%
G=27.17%
B=48.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271412510.490.4400.02233.2393.9474.12
Hex7F8DFB312C02e95e4a
Octal177215373615402351136112
Binary111111110001101111110111100011011000101110100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,251); }

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

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

 a { background-color: rgb(127,141,251); }

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

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

 span { border-color: rgb(127,141,251); }

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