#7C84CC

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

Shades of Wild Blue Yonder #7C84CC

Tints of Wild Blue Yonder #7C84CC

Color information

#7C84CC (or 0x7C84CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 84 and CC. RGB value is (124,132,204). Sum of RGB (Red+Green+Blue) = 124+132+204=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C84CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C84CC is #837B33. Grayscale: #898989. Windows color (decimal): -8616756 or 13403260. OLE color: 13403260.

HSL color Cylindrical-coordinate representation of color #7C84CC: hue angle of 234º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C84CC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124132204-
CMYK0.390.3500.2
HSL234º43.96%64.31%-
HSV(B)234º39.22%80%-
XYZ27.4625.1560.53-
YUV137.82165.35118.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=26.96%
G=28.70%
B=44.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241322040.390.3500.223443.9664.31
Hex7C84CC2723014ea2c40
Octal174204314474302435254100
Binary11111001000010011001100100111100011010100111010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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