#7F6CBB

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

Shades of Moody Blue #7F6CBB

Tints of Moody Blue #7F6CBB

Color information

#7F6CBB (or 0x7F6CBB) is unknown color: approx Moody Blue. HEX triplet: 7F, 6C and BB. RGB value is (127,108,187). Sum of RGB (Red+Green+Blue) = 127+108+187=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F6CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CBB is #809344. Grayscale: #7A7A7A. Windows color (decimal): -8426309 or 12283007. OLE color: 12283007.

HSL color Cylindrical-coordinate representation of color #7F6CBB: hue angle of 254.43º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F6CBB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127108187-
CMYK0.320.4200.27
HSL254.43º36.74%57.84%-
HSV(B)254.43º42.25%73.33%-
XYZ23.0818.8349.43-
YUV122.69164.29131.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=30.09%
G=25.59%
B=44.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271081870.320.4200.27254.4336.7457.84
Hex7F6CBB202A01Bfe253a
Octal17715427340520333764572
Binary111111111011001011101110000010101001101111111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,187); }

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

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

 a { background-color: rgb(127,108,187); }

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

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

 span { border-color: rgb(127,108,187); }

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