#7F8AF8

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

Shades of Light Slate Blue #7F8AF8

Tints of Light Slate Blue #7F8AF8

Color information

#7F8AF8 (or 0x7F8AF8) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 8A and F8. RGB value is (127,138,248). Sum of RGB (Red+Green+Blue) = 127+138+248=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F8AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8AF8 is #807507. Grayscale: #929292. Windows color (decimal): -8418568 or 16288383. OLE color: 16288383.

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

Color convert

RGB127138248-
CMYK0.490.4400.03
HSL234.55º89.63%73.53%-
HSV(B)234.55º48.79%97.25%-
XYZ34.7829.4792.66-
YUV147.25184.86113.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.76%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 248 (97.27% from 255) = 48.34%
R=24.76%
G=26.90%
B=48.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1271382480.490.4400.03234.5589.6373.53
Hex7F8AF8312C03eb5a4a
Octal177212370615403353132112
Binary111111110001010111110001100011011000111110101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,248); }

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

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

 a { background-color: rgb(127,138,248); }

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

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

 span { border-color: rgb(127,138,248); }

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