#7C98C1

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

Shades of Wild Blue Yonder #7C98C1

Tints of Wild Blue Yonder #7C98C1

Color information

#7C98C1 (or 0x7C98C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 98 and C1. RGB value is (124,152,193). Sum of RGB (Red+Green+Blue) = 124+152+193=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C98C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98C1 is #83673E. Grayscale: #949494. Windows color (decimal): -8611647 or 12687484. OLE color: 12687484.

HSL color Cylindrical-coordinate representation of color #7C98C1: hue angle of 215.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C98C1 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124152193-
CMYK0.360.2100.24
HSL215.65º35.75%62.16%-
HSV(B)215.65º35.75%75.69%-
XYZ29.1730.5954.82-
YUV148.3153.22110.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=26.44%
G=32.41%
B=41.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241521930.360.2100.24215.6535.7562.16
Hex7C98C12415018d8243e
Octal17423030144250303304476
Binary111110010011000110000011001001010101100011011000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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