#7F84BE

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

Shades of Wild Blue Yonder #7F84BE

Tints of Wild Blue Yonder #7F84BE

Color information

#7F84BE (or 0x7F84BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 84 and BE. RGB value is (127,132,190). Sum of RGB (Red+Green+Blue) = 127+132+190=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84BE is #807B41. Grayscale: #888888. Windows color (decimal): -8420162 or 12485759. OLE color: 12485759.

HSL color Cylindrical-coordinate representation of color #7F84BE: hue angle of 235.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F84BE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127132190-
CMYK0.330.3100.25
HSL235.24º32.64%62.16%-
HSV(B)235.24º33.16%74.51%-
XYZ26.324.7352.1-
YUV137.12157.84120.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.29%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=28.29%
G=29.40%
B=42.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271321900.330.3100.25235.2432.6462.16
Hex7F84BE211F019eb213e
Octal17720427641370313534176
Binary111111110000100101111101000011111101100111101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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