#7F84C1

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

Shades of Wild Blue Yonder #7F84C1

Tints of Wild Blue Yonder #7F84C1

Color information

#7F84C1 (or 0x7F84C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 84 and C1. RGB value is (127,132,193). Sum of RGB (Red+Green+Blue) = 127+132+193=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F84C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84C1 is #807B3E. Grayscale: #898989. Windows color (decimal): -8420159 or 12682367. OLE color: 12682367.

HSL color Cylindrical-coordinate representation of color #7F84C1: hue angle of 235.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F84C1 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127132193-
CMYK0.340.3200.24
HSL235.45º34.74%62.75%-
HSV(B)235.45º34.2%75.69%-
XYZ26.6324.8653.85-
YUV137.46159.34120.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.10%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=28.10%
G=29.20%
B=42.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271321930.340.3200.24235.4534.7462.75
Hex7F84C12220018eb233f
Octal17720430142400303534377
Binary1111111100001001100000110001010000001100011101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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