#7C88BE

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

Shades of Wild Blue Yonder #7C88BE

Tints of Wild Blue Yonder #7C88BE

Color information

#7C88BE (or 0x7C88BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 88 and BE. RGB value is (124,136,190). Sum of RGB (Red+Green+Blue) = 124+136+190=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C88BE is #837741. Grayscale: #8A8A8A. Windows color (decimal): -8615746 or 12486780. OLE color: 12486780.

HSL color Cylindrical-coordinate representation of color #7C88BE: hue angle of 229.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C88BE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124136190-
CMYK0.350.2800.25
HSL229.09º33.67%61.57%-
HSV(B)229.09º34.74%74.51%-
XYZ26.4125.6152.27-
YUV138.57157.02117.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=27.56%
G=30.22%
B=42.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241361900.350.2800.25229.0933.6761.57
Hex7C88BE231C019e5223e
Octal17421027643340313454276
Binary111110010001000101111101000111110001100111100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,190); }

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

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

 a { background-color: rgb(124,136,190); }

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

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

 span { border-color: rgb(124,136,190); }

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