#7F7FFF

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

Shades of Light Slate Blue #7F7FFF

Tints of Light Slate Blue #7F7FFF

Color information

#7F7FFF (or 0x7F7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 7F and FF. RGB value is (127,127,255). Sum of RGB (Red+Green+Blue) = 127+127+255=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F7FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7FFF is #808000. Grayscale: #8D8D8D. Windows color (decimal): -8421377 or 16744319. OLE color: 16744319.

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

Color convert

RGB127127255-
CMYK0.500.5000
HSL240º100%74.9%-
HSV(B)240º50.2%100%-
XYZ34.3926.9197.99-
YUV141.59192117.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 255 (100% from 255) = 50.10%
R=24.95%
G=24.95%
B=50.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1271272550.500.500024010074.9
Hex7F7FFF323200f0644b
Octal177177377626200360144113
Binary1111111111111111111111110010110010001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,127,255); }

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

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

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

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

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

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

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