#7F7FCB

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

Shades of Moody Blue #7F7FCB

Tints of Moody Blue #7F7FCB

Color information

#7F7FCB (or 0x7F7FCB) is unknown color: approx Moody Blue. HEX triplet: 7F, 7F and CB. RGB value is (127,127,203). Sum of RGB (Red+Green+Blue) = 127+127+203=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7FCB is #808034. Grayscale: #878787. Windows color (decimal): -8421429 or 13336447. OLE color: 13336447.

HSL color Cylindrical-coordinate representation of color #7F7FCB: hue angle of 240º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7FCB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127127203-
CMYK0.370.3700.20
HSL240º42.22%64.71%-
HSV(B)240º37.44%79.61%-
XYZ27.122459.7-
YUV135.66166121.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=27.79%
G=27.79%
B=44.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271272030.370.3700.2024042.2264.71
Hex7F7FCB2525014f02a41
Octal177177313454502436052101
Binary1111111111111111001011100101100101010100111100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,127,203); }

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

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

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

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

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

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

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