#7C91BD

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

Shades of Wild Blue Yonder #7C91BD

Tints of Wild Blue Yonder #7C91BD

Color information

#7C91BD (or 0x7C91BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 91 and BD. RGB value is (124,145,189). Sum of RGB (Red+Green+Blue) = 124+145+189=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C91BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C91BD is #836E42. Grayscale: #8F8F8F. Windows color (decimal): -8613443 or 12423548. OLE color: 12423548.

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

Color convert

RGB124145189-
CMYK0.340.2300.26
HSL220.62º32.99%61.37%-
HSV(B)220.62º34.39%74.12%-
XYZ27.6228.2152.13-
YUV143.74153.54113.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=27.07%
G=31.66%
B=41.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241451890.340.2300.26220.6232.9961.37
Hex7C91BD221701Add213d
Octal17422127542270323354175
Binary111110010010001101111011000101011101101011011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,189); }

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

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

 a { background-color: rgb(124,145,189); }

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

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

 span { border-color: rgb(124,145,189); }

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