#7C97BD

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

Shades of Wild Blue Yonder #7C97BD

Tints of Wild Blue Yonder #7C97BD

Color information

#7C97BD (or 0x7C97BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 97 and BD. RGB value is (124,151,189). Sum of RGB (Red+Green+Blue) = 124+151+189=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C97BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97BD is #836842. Grayscale: #939393. Windows color (decimal): -8611907 or 12425084. OLE color: 12425084.

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

Color convert

RGB124151189-
CMYK0.340.2000.26
HSL215.08º32.99%61.37%-
HSV(B)215.08º34.39%74.12%-
XYZ28.5630.0952.45-
YUV147.26151.55111.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=26.72%
G=32.54%
B=40.73%

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
Decimal1241511890.340.2000.26215.0832.9961.37
Hex7C97BD221401Ad7213d
Octal17422727542240323274175
Binary111110010010111101111011000101010001101011010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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