#7C97BC

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

Shades of Wild Blue Yonder #7C97BC

Tints of Wild Blue Yonder #7C97BC

Color information

#7C97BC (or 0x7C97BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 97 and BC. RGB value is (124,151,188). Sum of RGB (Red+Green+Blue) = 124+151+188=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C97BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97BC is #836843. Grayscale: #929292. Windows color (decimal): -8611908 or 12359548. OLE color: 12359548.

HSL color Cylindrical-coordinate representation of color #7C97BC: hue angle of 214.69º degrees, saturation: 0.32, 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 #7C97BC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124151188-
CMYK0.340.2000.26
HSL214.69º32.32%61.18%-
HSV(B)214.69º34.04%73.73%-
XYZ28.4630.0551.88-
YUV147.14151.05111.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=26.78%
G=32.61%
B=40.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241511880.340.2000.26214.6932.3261.18
Hex7C97BC221401Ad7203d
Octal17422727442240323274075
Binary111110010010111101111001000101010001101011010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,151,188); }

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

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

 a { background-color: rgb(124,151,188); }

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

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

 span { border-color: rgb(124,151,188); }

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