#7C88C1

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

Shades of Wild Blue Yonder #7C88C1

Tints of Wild Blue Yonder #7C88C1

Color information

#7C88C1 (or 0x7C88C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 88 and C1. RGB value is (124,136,193). Sum of RGB (Red+Green+Blue) = 124+136+193=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C88C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C88C1 is #83773E. Grayscale: #8A8A8A. Windows color (decimal): -8615743 or 12683388. OLE color: 12683388.

HSL color Cylindrical-coordinate representation of color #7C88C1: hue angle of 229.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C88C1 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124136193-
CMYK0.360.3000.24
HSL229.57º35.75%62.16%-
HSV(B)229.57º35.75%75.69%-
XYZ26.7425.7454.01-
YUV138.91158.52117.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=27.37%
G=30.02%
B=42.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241361930.360.3000.24229.5735.7562.16
Hex7C88C1241E018e6243e
Octal17421030144360303464476
Binary111110010001000110000011001001111001100011100110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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