#7C84AF

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

Shades of Wild Blue Yonder #7C84AF

Tints of Wild Blue Yonder #7C84AF

Color information

#7C84AF (or 0x7C84AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 84 and AF. RGB value is (124,132,175). Sum of RGB (Red+Green+Blue) = 124+132+175=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C84AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C84AF is #837B50. Grayscale: #868686. Windows color (decimal): -8616785 or 11502716. OLE color: 11502716.

HSL color Cylindrical-coordinate representation of color #7C84AF: hue angle of 230.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C84AF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124132175-
CMYK0.290.2500.31
HSL230.59º24.17%58.63%-
HSV(B)230.59º29.14%68.63%-
XYZ24.323.8843.89-
YUV134.51150.85120.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=28.77%
G=30.63%
B=40.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241321750.290.2500.31230.5924.1758.63
Hex7C84AF1D1901Fe7183b
Octal17420425735310373473073
Binary1111100100001001010111111101110010111111110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,175); }

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

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

 a { background-color: rgb(124,132,175); }

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

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

 span { border-color: rgb(124,132,175); }

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