#7C98BE

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

Shades of Wild Blue Yonder #7C98BE

Tints of Wild Blue Yonder #7C98BE

Color information

#7C98BE (or 0x7C98BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 98 and BE. RGB value is (124,152,190). Sum of RGB (Red+Green+Blue) = 124+152+190=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98BE is #836741. Grayscale: #939393. Windows color (decimal): -8611650 or 12490876. OLE color: 12490876.

HSL color Cylindrical-coordinate representation of color #7C98BE: hue angle of 214.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C98BE is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124152190-
CMYK0.350.200.25
HSL214.55º33.67%61.57%-
HSV(B)214.55º34.74%74.51%-
XYZ28.8330.4653.07-
YUV147.96151.72110.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=26.61%
G=32.62%
B=40.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241521900.350.200.25214.5533.6761.57
Hex7C98BE2314019d7223e
Octal17423027643240313274276
Binary111110010011000101111101000111010001100111010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,190); }

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

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

 a { background-color: rgb(124,152,190); }

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

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

 span { border-color: rgb(124,152,190); }

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