#7867C1

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

Shades of Moody Blue #7867C1

Tints of Moody Blue #7867C1

Color information

#7867C1 (or 0x7867C1) is unknown color: approx Moody Blue. HEX triplet: 78, 67 and C1. RGB value is (120,103,193). Sum of RGB (Red+Green+Blue) = 120+103+193=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #7867C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867C1 is #87983E. Grayscale: #767676. Windows color (decimal): -8886335 or 12674936. OLE color: 12674936.

HSL color Cylindrical-coordinate representation of color #7867C1: hue angle of 251.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7867C1 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120103193-
CMYK0.380.4700.24
HSL251.33º42.06%58.04%-
HSV(B)251.33º46.63%75.69%-
XYZ22.2217.5452.67-
YUV118.34170.13129.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=28.85%
G=24.76%
B=46.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201031930.380.4700.24251.3342.0658.04
Hex7867C1262F018fb2a3a
Octal17014730146570303735272
Binary111100011001111100000110011010111101100011111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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