#7869FD

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

Shades of Light Slate Blue #7869FD

Tints of Light Slate Blue #7869FD

Color information

#7869FD (or 0x7869FD) is unknown color: approx Light Slate Blue. HEX triplet: 78, 69 and FD. RGB value is (120,105,253). Sum of RGB (Red+Green+Blue) = 120+105+253=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #7869FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7869FD is #879602. Grayscale: #7D7D7D. Windows color (decimal): -8885763 or 16607608. OLE color: 16607608.

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

Color convert

RGB120105253-
CMYK0.530.5800.01
HSL246.08º97.37%70.2%-
HSV(B)246.08º58.5%99.22%-
XYZ30.5321.1995.41-
YUV126.36199.47123.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=25.10%
G=21.97%
B=52.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201052530.530.5800.01246.0897.3770.2
Hex7869FD353A01f66146
Octal170151375657201366141106
Binary1111000110100111111101110101111010011111011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7869FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,105,253); }

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

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

 a { background-color: rgb(120,105,253); }

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

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

 span { border-color: rgb(120,105,253); }

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