#7B99BC

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

Shades of Wild Blue Yonder #7B99BC

Tints of Wild Blue Yonder #7B99BC

Color information

#7B99BC (or 0x7B99BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 99 and BC. RGB value is (123,153,188). Sum of RGB (Red+Green+Blue) = 123+153+188=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B99BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99BC is #846643. Grayscale: #939393. Windows color (decimal): -8676932 or 12360059. OLE color: 12360059.

HSL color Cylindrical-coordinate representation of color #7B99BC: hue angle of 212.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B99BC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123153188-
CMYK0.350.1900.26
HSL212.31º32.66%60.98%-
HSV(B)212.31º34.57%73.73%-
XYZ28.6430.6251.98-
YUV148.02150.56110.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.51%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=26.51%
G=32.97%
B=40.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231531880.350.1900.26212.3132.6660.98
Hex7B99BC231301Ad4213d
Octal17323127443230323244175
Binary111101110011001101111001000111001101101011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,188); }

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

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

 a { background-color: rgb(123,153,188); }

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

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

 span { border-color: rgb(123,153,188); }

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