#7883F9

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

Shades of Light Slate Blue #7883F9

Tints of Light Slate Blue #7883F9

Color information

#7883F9 (or 0x7883F9) is unknown color: approx Light Slate Blue. HEX triplet: 78, 83 and F9. RGB value is (120,131,249). Sum of RGB (Red+Green+Blue) = 120+131+249=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #7883F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7883F9 is #877C06. Grayscale: #8C8C8C. Windows color (decimal): -8879111 or 16352120. OLE color: 16352120.

HSL color Cylindrical-coordinate representation of color #7883F9: hue angle of 234.88º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7883F9 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120131249-
CMYK0.520.4700.02
HSL234.88º91.49%72.35%-
HSV(B)234.88º51.81%97.65%-
XYZ32.9627.0793.11-
YUV141.16188.86112.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 249 (97.66% from 255) = 49.8%
R=24%
G=26.2%
B=49.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201312490.520.4700.02234.8891.4972.35
Hex7883F9342F02eb5b48
Octal170203371645702353133110
Binary111100010000011111110011101001011110101110101110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7883F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7883F9; }

 p { color: rgb(120,131,249); }

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

<style>
 a { background-color: #7883F9; }

 a { background-color: rgb(120,131,249); }

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

<style>
 span { border-color: #7883F9; }

 span { border-color: rgb(120,131,249); }

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