#7888c0

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

Shades of Wild Blue Yonder #7888C0

Tints of Wild Blue Yonder #7888C0

Color information

#7888C0 (or 0x7888C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 88 and C0. RGB value is (120,136,192). Sum of RGB (Red+Green+Blue) = 120+136+192=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #7888C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888C0 is #87773F. Grayscale: #898989. Windows color (decimal): -8877888 or 12617848. OLE color: 12617848.

HSL color Cylindrical-coordinate representation of color #7888C0: hue angle of 226.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7888C0 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120136192-
CMYK0.380.2900.25
HSL226.67º36.36%61.18%-
HSV(B)226.67º37.5%75.29%-
XYZ26.0625.4153.4-
YUV137.6158.7115.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=26.79%
G=30.36%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201361920.380.2900.25226.6736.3661.18
Hex7888C0261D019e3243d
Octal17021030046350313434475
Binary111100010001000110000001001101110101100111100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7888c0; }

 p { color: rgb(120,136,192); }

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

<style>
 a { background-color: #7888c0; }

 a { background-color: rgb(120,136,192); }

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

<style>
 span { border-color: #7888c0; }

 span { border-color: rgb(120,136,192); }

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