#7C7FBB

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

Shades of Wild Blue Yonder #7C7FBB

Tints of Wild Blue Yonder #7C7FBB

Color information

#7C7FBB (or 0x7C7FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 7F and BB. RGB value is (124,127,187). Sum of RGB (Red+Green+Blue) = 124+127+187=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C7FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FBB is #838044. Grayscale: #848484. Windows color (decimal): -8618053 or 12287868. OLE color: 12287868.

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

Color convert

RGB124127187-
CMYK0.340.3200.27
HSL237.14º31.66%60.98%-
HSV(B)237.14º33.69%73.33%-
XYZ24.8723.0550.15-
YUV132.94158.51121.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.31%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=28.31%
G=29.00%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241271870.340.3200.27237.1431.6660.98
Hex7C7FBB222001Bed203d
Octal17417727342400333554075
Binary111110011111111011101110001010000001101111101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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