#7C98BF

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

Shades of Wild Blue Yonder #7C98BF

Tints of Wild Blue Yonder #7C98BF

Color information

#7C98BF (or 0x7C98BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 98 and BF. RGB value is (124,152,191). Sum of RGB (Red+Green+Blue) = 124+152+191=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C98BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98BF is #836740. Grayscale: #939393. Windows color (decimal): -8611649 or 12556412. OLE color: 12556412.

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

Color convert

RGB124152191-
CMYK0.350.2000.25
HSL214.93º34.36%61.76%-
HSV(B)214.93º35.08%74.9%-
XYZ28.9430.553.65-
YUV148.07152.22110.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 191 (75% from 255) = 40.90%
R=26.55%
G=32.55%
B=40.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241521910.350.2000.25214.9334.3661.76
Hex7C98BF2314019d7223e
Octal17423027743240313274276
Binary111110010011000101111111000111010001100111010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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