#7884FF

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

Shades of Light Slate Blue #7884FF

Tints of Light Slate Blue #7884FF

Color information

#7884FF (or 0x7884FF) is unknown color: approx Light Slate Blue. HEX triplet: 78, 84 and FF. RGB value is (120,132,255). Sum of RGB (Red+Green+Blue) = 120+132+255=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7884FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7884FF is #877B00. Grayscale: #8D8D8D. Windows color (decimal): -8878849 or 16745592. OLE color: 16745592.

HSL color Cylindrical-coordinate representation of color #7884FF: hue angle of 234.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7884FF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120132255-
CMYK0.530.4800
HSL234.67º100%73.53%-
HSV(B)234.67º52.94%100%-
XYZ34.0527.7298.16-
YUV142.43191.52112-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 255 (100% from 255) = 50.30%
R=23.67%
G=26.04%
B=50.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201322550.530.4800234.6710073.53
Hex7884FF353000eb644a
Octal170204377656000353144112
Binary11110001000010011111111110101110000001110101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7884FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7884FF; }

 p { color: rgb(120,132,255); }

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

<style>
 a { background-color: #7884FF; }

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

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

<style>
 span { border-color: #7884FF; }

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

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