#7F71FE

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

Shades of Light Slate Blue #7F71FE

Tints of Light Slate Blue #7F71FE

Color information

#7F71FE (or 0x7F71FE) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 71 and FE. RGB value is (127,113,254). Sum of RGB (Red+Green+Blue) = 127+113+254=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F71FE is #808E01. Grayscale: #848484. Windows color (decimal): -8424962 or 16675199. OLE color: 16675199.

HSL color Cylindrical-coordinate representation of color #7F71FE: hue angle of 245.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F71FE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB127113254-
CMYK0.500.5600.00
HSL245.96º98.6%71.96%-
HSV(B)245.96º55.51%99.61%-
XYZ32.5523.4896.58-
YUV133.26196.14123.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=25.71%
G=22.87%
B=51.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271132540.500.5600.00245.9698.671.96
Hex7F71FE323800f66348
Octal177161376627000366143110
Binary1111111111000111111110110010111000001111011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F71FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,113,254); }

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

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

 a { background-color: rgb(127,113,254); }

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

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

 span { border-color: rgb(127,113,254); }

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