#7F67CA

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

Shades of Moody Blue #7F67CA

Tints of Moody Blue #7F67CA

Color information

#7F67CA (or 0x7F67CA) is unknown color: approx Moody Blue. HEX triplet: 7F, 67 and CA. RGB value is (127,103,202). Sum of RGB (Red+Green+Blue) = 127+103+202=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F67CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67CA is #809835. Grayscale: #797979. Windows color (decimal): -8427574 or 13264767. OLE color: 13264767.

HSL color Cylindrical-coordinate representation of color #7F67CA: hue angle of 254.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F67CA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127103202-
CMYK0.370.4900.21
HSL254.55º48.29%59.8%-
HSV(B)254.55º49.01%79.22%-
XYZ24.2618.4858.16-
YUV121.46173.45131.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=29.40%
G=23.84%
B=46.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271032020.370.4900.21254.5548.2959.8
Hex7F67CA2531015ff303c
Octal17714731245610253776074
Binary111111111001111100101010010111000101010111111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,103,202); }

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

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

 a { background-color: rgb(127,103,202); }

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

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

 span { border-color: rgb(127,103,202); }

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