#7B91BC

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

Shades of Wild Blue Yonder #7B91BC

Tints of Wild Blue Yonder #7B91BC

Color information

#7B91BC (or 0x7B91BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 91 and BC. RGB value is (123,145,188). Sum of RGB (Red+Green+Blue) = 123+145+188=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B91BC is #846E43. Grayscale: #8F8F8F. Windows color (decimal): -8678980 or 12358011. OLE color: 12358011.

HSL color Cylindrical-coordinate representation of color #7B91BC: hue angle of 219.69º 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 #7B91BC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123145188-
CMYK0.350.2300.26
HSL219.69º32.66%60.98%-
HSV(B)219.69º34.57%73.73%-
XYZ27.3728.0951.56-
YUV143.32153.21113.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=26.97%
G=31.80%
B=41.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231451880.350.2300.26219.6932.6660.98
Hex7B91BC231701Adc213d
Octal17322127443270323344175
Binary111101110010001101111001000111011101101011011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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