#7867FD

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

Shades of Light Slate Blue #7867FD

Tints of Light Slate Blue #7867FD

Color information

#7867FD (or 0x7867FD) is unknown color: approx Light Slate Blue. HEX triplet: 78, 67 and FD. RGB value is (120,103,253). Sum of RGB (Red+Green+Blue) = 120+103+253=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #7867FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7867FD is #879802. Grayscale: #7C7C7C. Windows color (decimal): -8886275 or 16607096. OLE color: 16607096.

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

Color convert

RGB120103253-
CMYK0.530.5900.01
HSL246.8º97.4%69.8%-
HSV(B)246.8º59.29%99.22%-
XYZ30.3320.7995.34-
YUV125.18200.13124.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.21%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=25.21%
G=21.64%
B=53.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201032530.530.5900.01246.897.469.8
Hex7867FD353B01f76146
Octal170147375657301367141106
Binary1111000110011111111101110101111011011111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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