#7984C1

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

Shades of Wild Blue Yonder #7984C1

Tints of Wild Blue Yonder #7984C1

Color information

#7984C1 (or 0x7984C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 84 and C1. RGB value is (121,132,193). Sum of RGB (Red+Green+Blue) = 121+132+193=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #7984C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984C1 is #867B3E. Grayscale: #878787. Windows color (decimal): -8813375 or 12682361. OLE color: 12682361.

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

Color convert

RGB121132193-
CMYK0.370.3200.24
HSL230.83º36.73%61.57%-
HSV(B)230.83º37.31%75.69%-
XYZ25.7624.4253.81-
YUV135.66160.36117.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=27.13%
G=29.60%
B=43.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211321930.370.3200.24230.8336.7361.57
Hex7984C12520018e7253e
Octal17120430145400303474576
Binary1111001100001001100000110010110000001100011100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984C1; }

 p { color: rgb(121,132,193); }

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

<style>
 a { background-color: #7984C1; }

 a { background-color: rgb(121,132,193); }

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

<style>
 span { border-color: #7984C1; }

 span { border-color: rgb(121,132,193); }

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