#7784F3

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

Shades of Light Slate Blue #7784F3

Tints of Light Slate Blue #7784F3

Color information

#7784F3 (or 0x7784F3) is unknown color: approx Light Slate Blue. HEX triplet: 77, 84 and F3. RGB value is (119,132,243). Sum of RGB (Red+Green+Blue) = 119+132+243=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #7784F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784F3 is #887B0C. Grayscale: #8C8C8C. Windows color (decimal): -8944397 or 15959159. OLE color: 15959159.

HSL color Cylindrical-coordinate representation of color #7784F3: hue angle of 233.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7784F3 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119132243-
CMYK0.510.4600.05
HSL233.71º83.78%70.98%-
HSV(B)233.71º51.03%95.29%-
XYZ32.0426.988.3-
YUV140.77185.69112.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=24.09%
G=26.72%
B=49.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191322430.510.4600.05233.7183.7870.98
Hex7784F3332E05ea5447
Octal167204363635605352124107
Binary1110111100001001111001111001110111001011110101010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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