#7781FD

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

Shades of Light Slate Blue #7781FD

Tints of Light Slate Blue #7781FD

Color information

#7781FD (or 0x7781FD) is unknown color: approx Light Slate Blue. HEX triplet: 77, 81 and FD. RGB value is (119,129,253). Sum of RGB (Red+Green+Blue) = 119+129+253=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #7781FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7781FD is #887E02. Grayscale: #8B8B8B. Windows color (decimal): -8945155 or 16613751. OLE color: 16613751.

HSL color Cylindrical-coordinate representation of color #7781FD: hue angle of 235.52º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7781FD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119129253-
CMYK0.530.4900.01
HSL235.52º97.1%72.94%-
HSV(B)235.52º52.96%99.22%-
XYZ33.1926.7196.34-
YUV140.15191.69112.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=23.75%
G=25.75%
B=50.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191292530.530.4900.01235.5297.172.94
Hex7781FD353101ec6149
Octal167201375656101354141111
Binary11101111000000111111101110101110001011110110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7781FD; }

 p { color: rgb(119,129,253); }

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

<style>
 a { background-color: #7781FD; }

 a { background-color: rgb(119,129,253); }

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

<style>
 span { border-color: #7781FD; }

 span { border-color: rgb(119,129,253); }

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