#7F84FD

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

Shades of Light Slate Blue #7F84FD

Tints of Light Slate Blue #7F84FD

Color information

#7F84FD (or 0x7F84FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 84 and FD. RGB value is (127,132,253). Sum of RGB (Red+Green+Blue) = 127+132+253=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F84FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F84FD is #807B02. Grayscale: #8F8F8F. Windows color (decimal): -8420099 or 16614527. OLE color: 16614527.

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

Color convert

RGB127132253-
CMYK0.500.4800.01
HSL237.62º96.92%74.51%-
HSV(B)237.62º49.8%99.22%-
XYZ34.7328.1196.52-
YUV144.3189.34115.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=24.80%
G=25.78%
B=49.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271322530.500.4800.01237.6296.9274.51
Hex7F84FD323001ee614b
Octal177204375626001356141113
Binary11111111000010011111101110010110000011110111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,253); }

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

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

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

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

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

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

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