#7F68CE

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

Shades of Moody Blue #7F68CE

Tints of Moody Blue #7F68CE

Color information

#7F68CE (or 0x7F68CE) is unknown color: approx Moody Blue. HEX triplet: 7F, 68 and CE. RGB value is (127,104,206). Sum of RGB (Red+Green+Blue) = 127+104+206=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68CE is #809731. Grayscale: #7A7A7A. Windows color (decimal): -8427314 or 13527167. OLE color: 13527167.

HSL color Cylindrical-coordinate representation of color #7F68CE: hue angle of 253.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F68CE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127104206-
CMYK0.380.5000.19
HSL253.53º51%60.78%-
HSV(B)253.53º49.51%80.78%-
XYZ24.8418.8760.73-
YUV122.5175.12131.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.06%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=29.06%
G=23.80%
B=47.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271042060.380.5000.19253.535160.78
Hex7F68CE2632013fe333d
Octal17715031646620233766375
Binary111111111010001100111010011011001001001111111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F68CE; }

 p { color: rgb(127,104,206); }

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

<style>
 a { background-color: #7F68CE; }

 a { background-color: rgb(127,104,206); }

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

<style>
 span { border-color: #7F68CE; }

 span { border-color: rgb(127,104,206); }

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