#7784FB

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

Shades of Light Slate Blue #7784FB

Tints of Light Slate Blue #7784FB

Color information

#7784FB (or 0x7784FB) is unknown color: approx Light Slate Blue. HEX triplet: 77, 84 and FB. RGB value is (119,132,251). Sum of RGB (Red+Green+Blue) = 119+132+251=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #7784FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784FB is #887B04. Grayscale: #8D8D8D. Windows color (decimal): -8944389 or 16483447. OLE color: 16483447.

HSL color Cylindrical-coordinate representation of color #7784FB: hue angle of 234.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7784FB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119132251-
CMYK0.530.4700.02
HSL234.09º94.29%72.55%-
HSV(B)234.09º52.59%98.43%-
XYZ33.2727.3994.8-
YUV141.68189.69111.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.71%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 50%
R=23.71%
G=26.29%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191322510.530.4700.02234.0994.2972.55
Hex7784FB352F02ea5e49
Octal167204373655702352136111
Binary111011110000100111110111101011011110101110101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7784FB; }

 p { color: rgb(119,132,251); }

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

<style>
 a { background-color: #7784FB; }

 a { background-color: rgb(119,132,251); }

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

<style>
 span { border-color: #7784FB; }

 span { border-color: rgb(119,132,251); }

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