#7774FA

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

Shades of Light Slate Blue #7774FA

Tints of Light Slate Blue #7774FA

Color information

#7774FA (or 0x7774FA) is unknown color: approx Light Slate Blue. HEX triplet: 77, 74 and FA. RGB value is (119,116,250). Sum of RGB (Red+Green+Blue) = 119+116+250=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7774FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7774FA is #888B05. Grayscale: #838383. Windows color (decimal): -8948486 or 16413815. OLE color: 16413815.

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

Color convert

RGB119116250-
CMYK0.520.5400.02
HSL241.34º93.06%71.76%-
HSV(B)241.34º53.6%98.04%-
XYZ31.1123.3193.3-
YUV132.17194.49118.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=24.54%
G=23.92%
B=51.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191162500.520.5400.02241.3493.0671.76
Hex7774FA343602f15d48
Octal167164372646602361135110
Binary11101111110100111110101101001101100101111000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7774FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7774FA; }

 p { color: rgb(119,116,250); }

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

<style>
 a { background-color: #7774FA; }

 a { background-color: rgb(119,116,250); }

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

<style>
 span { border-color: #7774FA; }

 span { border-color: rgb(119,116,250); }

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